Click or drag to resize
MathHelperPercentage Method
Calculates the percentage value for the given range.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static float Percentage(
	float rangeMin,
	float rangeMax,
	float percentage
)

Parameters

rangeMin
Type: SystemSingle
The minimum value of the interval.
rangeMax
Type: SystemSingle
The maximum value of the interval.
percentage
Type: SystemSingle
The percentage within the interval.

Return Value

Type: Single
See Also