| 
            
              Rational  Conversion (UInt64 to Rational)
             | 
          
        
         
            Converts the specified 
UInt64 to a 
Rational.
            
 
    Namespace: 
   Accord.Math
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
Syntaxpublic static implicit operator Rational (
	ulong x
)
Public Shared Widening Operator CType ( 
	x As ULong
) As Rational
 Request Example
		View SourceParameters
- x
 - Type: SystemUInt64
The UInt64 to convert. 
Return Value
Type: 
RationalA 
Rational.
See Also