DoubleExtensions Class Members
The following tables list the members exposed by DoubleExtensions.
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | ClipToInt | Converts a System.Double to System.Int32 while avoiding arithmetic overflow |
![]() ![]() | IsNaN | Determines whether the System.Double is a NaN |
![]() ![]() | IsRealNumber | Determines whether this double is a real number |
![]() ![]() | RoundOff | Overloaded. Rounds the System.Double |
![]() ![]() | ToDateTime | Converts a System.Double to System.DateTime |
![]() ![]() | ToDecimal | Converts a System.Double to System.Decimal |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also