Class doubleExtensions
Inherited Members
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public static class doubleExtensions
Methods
IsFilledIn(double)
Declaration
public static bool IsFilledIn(this double me)
Parameters
| Type | Name | Description |
|---|---|---|
| double | me |
Returns
| Type | Description |
|---|---|
| bool |
IsMinValue(double)
Declaration
public static bool IsMinValue(this double me)
Parameters
| Type | Name | Description |
|---|---|---|
| double | me |
Returns
| Type | Description |
|---|---|
| bool |
IsNaN(double)
Declaration
public static bool IsNaN(this double me)
Parameters
| Type | Name | Description |
|---|---|---|
| double | me |
Returns
| Type | Description |
|---|---|
| bool |