Functions
F_ApplyScaling
Generic analog scaling function
Note
See ST_ScalingParameters for more information.
1 2 3 4 5 |
|
F_CompareLREAL
Returns true if Val1
and Val2
are within +/- Tolerance
of each other.
Why would I want this?
Floating-point values should not be compared directly for equality. See here for more information.
1 2 3 4 5 6 |
|
F_CompareREAL
Returns true if Val1
and Val2
are within +/- Tolerance
of each other.
Why would I want this?
Floating-point values should not be compared directly for equality. See here for more information.
1 2 3 4 5 6 |
|
F_LREAL_RoundToPlace
Returns In
rounded to DecimalPlaces
.
1 2 3 4 5 |
|