DoubleExtensions Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSInfrastructure.Extensions
public static class DoubleExtensions
The DoubleExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Convert |
Converts a nullable double into a non-nullable double.
Returns zero when data is NULL
|
![]() ![]() | Equals(Double, Double, Double) | |
![]() ![]() | Equals(NullableDouble, NullableDouble, Double) | |
![]() ![]() | ToFormattedInvariantCultureString(Double, String) |
Converts a double to a formatted string.
|
![]() ![]() | ToFormattedInvariantCultureString(NullableDouble, String) |
Converts a double to a formatted string.
|
![]() ![]() | ToInvariantCultureString(Double) | |
![]() ![]() | ToInvariantCultureString(NullableDouble) |