Table of Contents

Method IsNaN

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

IsNaN(Decimal128)

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

public static bool IsNaN(Decimal128 d)

Parameters

d Decimal128

A 128-bit decimal.

Returns

bool

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