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

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

Performs an implicit conversion from UInt32 to BigRational.

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

Parameters

value
Type: SystemUInt32
The value.

Return Value

Type: BigRational
The result of the conversion.
See Also