Rational Implicit Conversion (UInt64 to Rational)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts an unsigned long integer to a rational number.

This API is not CLS-compliant. 

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    uu As ULong _
) As Rational
public static implicit operator Rational (
    ulong uu
)
static implicit operator Rational (
    unsigned long long uu
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
A rational number that contains the value of the uu parameter.

.NET Framework Security

See Also

Reference

Rational Structure

Implicit Overload

Microsoft.SolverFoundation.Common Namespace