Property | Type | Description | |
---|---|---|---|
D | uint | ||
N | uint |
Method | Description | |
---|---|---|
FractionUInt32 ( uint n, uint d ) : System | ||
Reduce ( ) : void | ||
ToDouble ( ) : double | ||
ToString ( ) : string | ||
ToString ( bool full ) : string |
Method | Description | |
---|---|---|
GCD ( uint a, uint b ) : uint |
public FractionUInt32 ( uint n, uint d ) : System | ||
n | uint | |
d | uint | |
return | System |