VectorMathTruncate Method |
Name | Description | |
---|---|---|
Truncate(Double) |
Computes truncating of fractional part of array elements.
| |
Truncate(Vector) |
Computes truncating of fractional part of vector elements.
| |
Truncate(Double, Double) |
Computes truncating of fractional part of array elements.
Result will be stored in result array.
| |
Truncate(Vector, Vector) |
Computes truncating of fractional part of vector elements.
Result will be stored in result vector.
| |
Truncate(Double, Int32, Int32) |
Computes truncating of fractional part of Array elements.
| |
Truncate(Double, Int32, Double, Int32, Int32) |
Computes truncating of fractional part of array elements.
Result will be stored in result array.
|