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