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

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

Performs an explicit conversion from BigRational to UInt32.

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

Parameters

value
Type: NForza.Transit.NumericsBigRational
The value.

Return Value

Type: UInt32
The result of the conversion.
See Also