The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CustomFloat.opCast
std
numeric
CustomFloat
Fetches the stored value either as a
float
,
double
or
real
.
import std.numeric;
struct
CustomFloat
(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
alias
opCast
=
get
Meta
Source
See Implementation
std
numeric
CustomFloat
aliases
opCast
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCmp
opOpAssign
opUnary
manifest constants
mant_dig
max_exp
min_exp
properties
dig
epsilon
get
im
infinity
max
max_10_exp
min_10_exp
min_normal
nan
re
templates
toString
Fetches the stored value either as a float, double or real.