Method IsSNaN

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson

Assembly

MongoDB.Bson.dll

IsSNaN(Decimal128)

Returns a value indicating whether the specified number is a signaled not a number.

public static bool IsSNaN(Decimal128 d)

Parameters

d Decimal128

A 128-bit decimal.

Returns

bool

true if d is a signaled not a number; otherwise, false.