Class RoundUtility
Namespace: MackySoft.Modiferty
Assembly: cs.temp.dll.dll
Syntax
public static class RoundUtility
Methods
Round(Single, RoundingMethod)
Declaration
public static float Round(this float f, RoundingMethod method)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | f | |
| RoundingMethod | method |
Returns
| Type | Description |
|---|---|
| Single |
RoundToInt(Single, RoundingMethod)
Declaration
public static int RoundToInt(this float f, RoundingMethod method)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | f | |
| RoundingMethod | method |
Returns
| Type | Description |
|---|---|
| Int32 |