struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
@property
F
get
if (
staticIndexOf!(immutable
F, immutable
float, immutable
double, immutable
real) >= 0
)
if (
isCorrectCustomFloat(precision, exponentWidth, flags)
)
Fetches the stored value either as a float, double or real.