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

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

Performs an implicit conversion from UInt16 to BigRational.

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

Parameters

value
Type: SystemUInt16
The value.

Return Value

Type: BigRational
The result of the conversion.
See Also