- opAssign
FixedPoint opAssign(U x)
Construct with an assignable value.
- opAssign
FixedPoint opAssign(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
FixedPoint opAssign(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
FixedPoint opBinary(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
FixedPoint opBinaryRight(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
U opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
U opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(FixedPoint other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(U other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(U other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
FixedPoint opOpAssign(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
FixedPoint opOpAssign(U x)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
FixedPoint opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
FixedPoint opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
M.N fixed point integer. Only signed integers are supported. Only supports basic arithmetic. If M + N > 32, then wide integers are used and this will likely be slow.