TFraction(Double, Double) Constructor

Initializes a new instance of the TFraction class

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public TFraction(
	double num,
	double den
)

Parameters

num  Double
 
den  Double
 

See Also