static float Remap( float value, float oldLow, float oldHigh, float newLow, float newHigh )

Summary

Remap a float value from a one range to another. Clamps value between newLow and newHigh.

static System.Double Remap( System.Double value, System.Double oldLow, System.Double oldHigh, System.Double newLow, System.Double newHigh )

Summary

Remap a double value from one range to another. Clamps value between newLow and newHigh.

static float Remap( float value, float oldLow, float oldHigh, float newLow, float newHigh, bool clamp )

Summary

Remap a float value from a one range to another

static System.Double Remap( System.Double value, System.Double oldLow, System.Double oldHigh, System.Double newLow, System.Double newHigh, bool clamp )

Summary

Remap a double value from a one range to another

static int Remap( int value, int oldLow, int oldHigh, int newLow, int newHigh )

Summary

Remap an integer value from a one range to another
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.