Type Definition decorum::Finite [] [src]

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

An ordered and normalized floating point value that must represent a real number. NaN, INF, etc. are not allowed. This is sometimes referred to simply as a "real".