Click or drag to resize
Decimal128IsZero Method
Gets a value indicating whether this instance is zero.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public static bool IsZero(
	Decimal128 d
)

Parameters

d
Type: MongoDB.BsonDecimal128

[Missing <param name="d"/> documentation for "M:MongoDB.Bson.Decimal128.IsZero(MongoDB.Bson.Decimal128)"]

Return Value

Type: Boolean
true if this instance is zero; otherwise, false.
See Also