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