mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
Fp.opCast
mir
bignum
fp
Fp
Converts an Fp fixed-point value to type T via a templated const cast operator.
T
opCast
()
struct
Fp
(uint size)
nothrow const
T
opCast
(
T
)
(
)
if
(
is
(
Unqual
!
T
==
bool
)
)
if
(
size
%
(
uint.
sizeof
* 8
)
== 0 &&
size
>=
(
uint.
sizeof
* 8
)
)
T
opCast
()
T
opCast
()
mir
bignum
fp
Fp
constructors
this
functions
isInfinity
isNaN
isSpecial
opBinary
opCast
opEquals
opOpAssign
Converts an Fp fixed-point value to type T via a templated const cast operator.