|
Rational Conversion (UInt32 to Rational)
|
Converts the specified
UInt32 to a
Rational.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static implicit operator Rational (
uint x
)
Public Shared Widening Operator CType (
x As UInteger
) As Rational
Request Example
View SourceParameters
- x
- Type: SystemUInt32
The UInt32 to convert.
Return Value
Type:
RationalA
Rational.
See Also