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