- opAssign
typeof(this) opAssign(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
typeof(this) opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
typeof(this) opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
Y opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(R other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(R other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
typeof(this) opOpAssign(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
typeof(this) opOpAssign(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
Fixed-point math type, fractional bits can be specified, but by default is split evenly; eg Fixed!int will be Q16.16
Note: When converting a fixed-precision number to a floating point number, they may not be exact bit-for-bit equal; as such an approximate equals operation is recommended for comparing fixed point math with