Table of Contents

Method IsQNaN

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

IsQNaN(Decimal128)

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

public static bool IsQNaN(Decimal128 d)

Parameters

d Decimal128

A 128-bit decimal.

Returns

bool

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