RowVectorUnaryNegation Operator |
Negates a row vector.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static RowVector operator -(
RowVector v
)
Public Shared Operator - (
v As RowVector
) As RowVector
public:
static RowVector^ operator -(
RowVector^ v
)
static let inline (-)
v : RowVector : RowVector
Parameters
- v
- Type: Meta.Numerics.MatricesRowVector
The row vector.
Return Value
Type:
RowVector-v
See Also