TMatrixSubtraction(TMatrix, TComplex) Operator
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static TNumber operator -(
TMatrix c1,
TComplex c2
)
Public Shared Operator - (
c1 As TMatrix,
c2 As TComplex
) As TNumber
public:
static TNumber^ operator -(
TMatrix^ c1,
TComplex^ c2
)
static let inline (-)
c1 : TMatrix *
c2 : TComplex : TNumber
- c1 TMatrix
- First TMatrix object to perform operator to.
- c2 TComplex
- Second TComplex object to perform operator to.
TNumberResult of the operation.