Calculates the speed from the relative value relativeValue related between Min and Max.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public float GetValue(
	float relativeValue
)

Parameters

relativeValue
Type: System..::.Single
Relative speed value, is multiplicated by the Max maximal speed and then saturated in between Min and Max.

Return Value

Returns the calculated speed.

See Also