TFractionDivision(TDouble, TFraction) Operator

Computes the division of two objects: TDouble and TFraction.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static TNumber operator /(
	TDouble c1,
	TFraction c2
)

Parameters

c1  TDouble
First TDouble object to perform operator to.
c2  TFraction
Second TFraction object to perform operator to.

Return Value

TNumber
Result of the operation.

See Also