CustomFloat.get

Fetches the stored value either as a float, double or real.

struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
@property
F
get
(
F
)
()
if (
staticIndexOf!(immutable F, immutable float, immutable double, immutable real) >= 0
)
if (
isCorrectCustomFloat(precision, exponentWidth, flags)
)

Meta