Method Round
Round(Float<T>)
Declaration
public static Float<T> Round(Float<T> x)
Parameters
| Type |
Name |
Description |
| Float<T> |
x |
|
Returns
| Type |
Description |
| Float<T> |
|
Round(Float<T>, Int32)
Declaration
public static Float<T> Round(Float<T> x, int digits)
Parameters
| Type |
Name |
Description |
| Float<T> |
x |
|
| System.Int32 |
digits |
|
Returns
| Type |
Description |
| Float<T> |
|
Round(Float<T>, MidpointRounding)
Declaration
public static Float<T> Round(Float<T> x, MidpointRounding mode)
Parameters
| Type |
Name |
Description |
| Float<T> |
x |
|
| System.MidpointRounding |
mode |
|
Returns
| Type |
Description |
| Float<T> |
|
Round(Float<T>, Int32, MidpointRounding)
Declaration
public static Float<T> Round(Float<T> x, int digits, MidpointRounding mode)
Parameters
| Type |
Name |
Description |
| Float<T> |
x |
|
| System.Int32 |
digits |
|
| System.MidpointRounding |
mode |
|
Returns
| Type |
Description |
| Float<T> |
|