Click or drag to resize

MathHelperPercentage Method

Calculates the percentage value for the given range.

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

Parameters

rangeMin  Single
The minimum value of the interval.
rangeMax  Single
The maximum value of the interval.
percentage  Single
The percentage within the interval.

Return Value

Single
See Also