Gets a value indicating whether this instance is zero.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax public static bool IsZero(
Decimal128 d
)
Public Shared Function IsZero (
d As Decimal128
) As Boolean
static member IsZero :
d : Decimal128 -> bool
Parameters
- d
- Type: MongoDB.BsonDecimal128
[Missing <param name="d"/> documentation for "M:MongoDB.Bson.Decimal128.IsZero(MongoDB.Bson.Decimal128)"]
Return Value
Type:
Booleantrue if this instance is zero; otherwise,
false.
See Also