DoubleExtensions.IsDividable
Extension Method in DoubleExtensions
Declaration
public static bool IsDividable(this double value)
Description
Checks if the value can be divided (not zero, not infinite, and not NaN
).
Parameters
value | The value to check. |
Returns
bool | True if the value can be divided. |