Skip to content

ExtendedNumerics.BigDecimal.IsZero()

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.IsZero() Method

This method returns true if the BigDecimal is equal to zero, false otherwise.

public bool IsZero();

Returns

System.Boolean

Clone this wiki locally