Click or drag to resize
Accord.NET (logo)

Rational  Conversion (Rational to UInt32)

Converts the specified Rational to a UInt32.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static explicit operator uint (
	Rational x
)
Request Example View Source

Parameters

x
Type: Accord.MathRational
The Rational to convert.

Return Value

Type: UInt32
A UInt32.
See Also