Method | Description | |
---|---|---|
Rational ( uint numerator, uint denominator ) : System |
Creates a new Rational value
|
|
Reduce ( ) : |
Returns a rational value with reduced nominator and denominator
|
|
ToString ( ) : string |
Converts the value to a System.String.
|
|
ToString ( string format, IFormatProvider provider ) : string |
Formatprovider to allow formatting of a value. IFormattable
|
public Rational ( uint numerator, uint denominator ) : System | ||
numerator | uint |
/// A |
denominator | uint |
/// A |
return | System |
public ToString ( string format, IFormatProvider provider ) : string | ||
format | string |
/// A |
provider | IFormatProvider |
/// A |
return | string |