Inherits IEquatable.
|
|
static DFloat | Abs (DFloat a) |
|
static DFloat | Clamp (DFloat val, DFloat min, DFloat max) |
|
static int | Div (int x, int divisor) |
|
static long | Div (long x, long divisor) |
|
static int | DivUp (int x, int divisor) |
|
static DFloat | Lerp (DFloat a, DFloat b, DFloat lerp) |
|
static DFloat | Max (DFloat a, DFloat b) |
|
static DFloat | Min (DFloat a, DFloat b) |
|
static implicit | operator DFloat (double f) |
|
static implicit | operator DFloat (float f) |
|
static implicit | operator DFloat (int f) |
|
static implicit | operator double (DFloat f) |
|
static | operator float (DFloat f) |
|
static | operator int (DFloat f) |
|
static bool | operator!= (DFloat a, DFloat b) |
|
static DFloat | operator* (DFloat a, DFloat f) |
|
static DFloat | operator* (DFloat a, int f) |
|
static DPoint | operator* (Point a, DFloat f) |
|
static DFloat | operator+ (DFloat a, DFloat b) |
|
static DFloat | operator- (DFloat a) |
|
static DFloat | operator- (DFloat a, DFloat b) |
|
static DFloat | operator/ (DFloat a, DFloat f) |
|
static DFloat | operator/ (DFloat a, int f) |
|
static bool | operator< (DFloat a, DFloat b) |
|
static bool | operator<= (DFloat a, DFloat b) |
|
static bool | operator== (DFloat a, DFloat b) |
|
static bool | operator> (DFloat a, DFloat b) |
|
static bool | operator>= (DFloat a, DFloat b) |