TrigClampEpsilonDistance Method
Clamp the length value to the configured number of decimal
points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float ClampEpsilonDistance(
float value
)
Public Shared Function ClampEpsilonDistance (
value As Single
) As Single
No code example is currently available or this language may not be supported.
- value Single
-
The value to adjust.
Single
The caller's value limited in range to the configured number of
decimal points.