MathEx Methods |
The MathEx type exposes the following members.
| Name | Description | |
|---|---|---|
| Clamp(Double, Double, Double) |
Clamps a value between a minimum and maximum value.
| |
| Clamp(Int32, Int32, Int32) |
Clamps a value between a minimum and maximum value.
| |
| DegreesToRadians |
Converts degrees to radians
| |
| RadiansToDegrees |
Converts radians to degrees
| |
| ValueOf(Double, Double, Double) |
Calculates the percentage relationship of two values
| |
| ValueOf(Int32, Int32, Int32) |
Calculates the percentage relationship of two values
| |
| ValueOf(Int64, Int64, Int64) |
Calculates the percentage relationship of two values
| |
| ValueOf(Single, Single, Single) |
Calculates the percentage relationship of two values
| |
| ValueOf(Double, Double, Double, Double, Double) |
Calculates the percentage relationship of two values
| |
| ValueOf(Int32, Int32, Int32, Int32, Int32) |
Calculates the percentage relationship of two values
| |
| ValueOf(Int64, Int64, Int64, Int64, Int64) |
Calculates the percentage relationship of two values
| |
| ValueOf(Single, Single, Single, Single, Single) |
Calculates the percentage relationship of two values
|