Click or drag to resize
BigRational Constructor (Double)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the BigRational struct.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public BigRational(
	double value
)

Parameters

value
Type: SystemDouble
The value.
Exceptions
ExceptionCondition
ArgumentException Argument is not a number;value or Argument is infinity;value
See Also