Type Definition decorum::Finite [] [src]

type Finite<T> = ConstrainedFloat<T, FiniteConstraint<T>>;

An ordered and canonicalized floating-point value that must represent a real number.

NaN, INF, etc. are not allowed. This is sometimes referred to simply as a "real" as seen in the R32 and R64 aliases.