TSystem   Conversion (TFraction to TSystem)

Defines an implicit conversion of a TFraction value to a TSystem.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static implicit operator TSystem (
	TFraction value
)

Parameters

value  TFraction
The value to convert to a TSystem.

Return Value

TSystem

See Also