MathHelperPercentage Method |
Calculates the percentage value for the given range.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static float Percentage(
float rangeMin,
float rangeMax,
float percentage
)
Public Shared Function Percentage (
rangeMin As Single,
rangeMax As Single,
percentage As Single
) As Single
public:
static float Percentage(
float rangeMin,
float rangeMax,
float percentage
)
static member Percentage :
rangeMin : float32 *
rangeMax : float32 *
percentage : float32 -> float32
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