NVectorSubtraction(NVector, Int32) Operator |
Subtracts a scalar from a vector.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static NVector operator -(
NVector v,
int d
)
Parameters
- v NVector
- The vector operand.
- d Int32
- The scalar operand.
Return Value
NVectorThe scalar is subtracted from each vector's item.
Implements
ISubtractionOperatorsTSelf, TOther, TResultSubtraction(TSelf, TOther)
See Also