FP
Class methods
fp(val : Int32) : FixedPoint32
Shortcut to create a fixed point using the size of given argument to determine size of fixed point
fp(val : Int64) : FixedPoint64
Sourcefp(val : Float32) : FixedPoint32
Sourcefp(val : Float64) : FixedPoint64
Sourcefp64(val : Number) : FixedPoint64
SourceInstance methods
fp(val)
Sourcefp32(val)
Sourcefp64(val)
Source