Subtracts a constant from a vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Vector operator -(
Vector vector,
double value
)
Public Shared Operator - (
vector As Vector,
value As Double
) As Vector
public:
static Vector^ operator -(
Vector^ vector,
double value
)
static let inline (-)
vector : Vector *
value : float : Vector
Parameters
- vector
- Type: Extreme.MathematicsVector
The Vector. - value
- Type: SystemDouble
The constant.
Return Value
Type:
VectorA vector whose elements are
the difference of the corresponding elements of
vector and
value.
Numerical Libraries
Supported in: 5.x, 4.x
Reference