Click or drag to resize
BigRational  Conversion (BigRational to Decimal)

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

Performs an explicit conversion from BigRational to Decimal.

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

Parameters

value
Type: NForza.Transit.NumericsBigRational
The value.

Return Value

Type: Decimal
The result of the conversion.
Exceptions
ExceptionCondition
OverflowExceptionValue was either too large or too small for a Decimal.
See Also