Method IsZero
IsZero(Decimal128)
Returns a value indicating whether the specified number is zero.
public static bool IsZero(Decimal128 d)
Parameters
dDecimal128A 128-bit decimal.
Returns
- bool
trueif the specified number is zero; otherwise,false.