TrigClampEpsilonDistance Method

Clamp the length value to the configured number of decimal points.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float ClampEpsilonDistance(
	float value
)

Parameters

value  Single
The value to adjust.

Return Value

Single
The caller's value limited in range to the configured number of decimal points.

See Also