Defines the compound subtraction assignment operator for a vector and a scalar in F#.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- self
- Type: Extreme.MathematicsVector
A vector. - term
- Type: SystemDouble
A real number.
Return Value
Type:
VectorA reference to
self.
Numerical Libraries
Supported in: 5.x, 4.x
Reference