Click or drag to resize

NVectorSubtraction(Int32, NVector) Operator

Subtracts a vector from a scalar.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public static NVector operator -(
	int d,
	NVector v
)

Parameters

d  Int32
The scalar operand.
v  NVector
The vector operand.

Return Value

NVector
The scalar is subtracted from each vector's item.
See Also