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: 19.01.00
Syntax
C#
public static double NormaliseWrapAroundRange(
	double value,
	double start,
	double end
)

Parameters

value  Double
The value to normalize.
start  Double
The starting value for the range.
end  Double
The ending value for the range.

Return Value

Double
The normalized value.
See Also