Float32
Edit on GitHubOperations on the Float32 type.
Values
Float32.fromNumber
Coverts the argument from a Number
to a Float32
.
Float32.toNumber
Converts the argument from a Float32
to a Number
.
Float32.add
Floating-point addition.
Float32.sub
Floating-point subtraction.
Float32.mul
Floating-point multiplication.
Float32.div
Floating-point division.
Float32.gt
Checks if the first argument is strictly greater than the second argument.
Float32.gte
Checks if the first argument is greater than or equal to the second argument.
Float32.lt
Checks if the first argument is strictly less than the second argument.
Float32.lte
Checks if the first argument is less than or equal to the second argument.