EyeTrackingDemoUtils.Normalize(Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Normalize the given value based on the provided min and max values.
public:
static float Normalize(float value, float min, float max);
public static float Normalize (float value, float min, float max);
static member Normalize : single * single * single -> single
Public Shared Function Normalize (value As Single, min As Single, max As Single) As Single
Parameters
- value
- Single
- min
- Single
- max
- Single