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