TDoubleDivision Operator

Computes the division of two TDouble objects.

Definition

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

Parameters

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

Return Value

TFraction
Result of the operation.

See Also