module

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

Source
fp(val : Int64) : FixedPoint64
Source
fp(val : Float32) : FixedPoint32
Source
fp(val : Float64) : FixedPoint64
Source
fp32(val : Number) : FixedPoint32

Size specific shortcut constructors

Source
fp64(val : Number) : FixedPoint64
Source

Instance methods

fp(val)
Source
fp32(val)
Source
fp64(val)
Source

Nested types