NVectorSubtractMultiply Method |
Optimized subtraction of scaled vector.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic NVector SubtractMultiply(
int multiplier,
NVector subtrahend
)
Parameters
- multiplier Int32
- The multiplier scalar.
- subtrahend NVector
- The vector to scaled.
Return Value
NVectorthis - multiplier * subtrahend
RemarksThe current vector is the minuend.
This operation is hardware-accelerated when possible.
See Also