Click or drag to resize

UtilNormaliseWrapAroundRange Method

Normalizes the provided value to the wrap-around range defined by the provided start and end values.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static double NormaliseWrapAroundRange(
	double value,
	double start,
	double end
)

Parameters

value
Type: SystemDouble
The value to normalize.
start
Type: SystemDouble
The starting value for the range.
end
Type: SystemDouble
The ending value for the range.

Return Value

Type: Double
The normalized value.
See Also