VectorMathRound Method |
Name | Description | |
---|---|---|
Round(Double) |
Computes rounding nearest integer of array elements.
| |
Round(Vector) |
Computes rounding nearest integer of vector elements.
| |
Round(Double, Double) |
Computes rounding nearest integer of array elements.
Result will be stored in result array.
| |
Round(Vector, Vector) |
Computes rounding nearest integer of vector elements.
Result will be stored in result vector.
| |
Round(Double, Int32, Int32) |
Computes rounding nearest integer of Array elements.
| |
Round(Double, Int32, Double, Int32, Int32) |
Computes rounding nearest integer of array elements.
Result will be stored in result array.
|