VectorMathCeiling Method |
Name | Description | |
---|---|---|
Ceiling(Double) |
Computes rounding-up of array elements.
| |
Ceiling(Vector) |
Computes rounding-up of vector elements.
| |
Ceiling(Double, Double) |
Computes rounding-up of array elements.
Result will be stored in result array.
| |
Ceiling(Vector, Vector) |
Computes rounding-up of vector elements.
Result will be stored in result vector.
| |
Ceiling(Double, Int32, Int32) |
Computes rounding-up of Array elements.
| |
Ceiling(Double, Int32, Double, Int32, Int32) |
Computes rounding-up of array elements.
Result will be stored in result array.
|