FloatType

Templated alias for a floating point type correspondent with T.

template FloatType (
T
) if (
isNumeric!T
) {}

Members

Aliases

FloatType
alias FloatType = T
Undocumented in source.
FloatType
alias FloatType = float
Undocumented in source.

Meta