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

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

Performs an implicit conversion from Int64 to BigRational.

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

Parameters

value
Type: SystemInt64
The value.

Return Value

Type: BigRational
The result of the conversion.
See Also