TDoubleDivision Operator
Computes the division of two
TDouble objects.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static TFraction operator /(
TDouble c1,
TDouble c2
)
Public Shared Operator / (
c1 As TDouble,
c2 As TDouble
) As TFraction
public:
static TFraction^ operator /(
TDouble^ c1,
TDouble^ c2
)
static let inline (/)
c1 : TDouble *
c2 : TDouble : TFraction
- c1 TDouble
- First TDouble object to perform operator to.
- c2 TDouble
- Second TDouble object to perform operator to.
TFractionResult of the operation.