Table of Contents

Method IsNegativeInfinity

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

IsNegativeInfinity(Decimal128)

Returns a value indicating whether the specified number evaluates to negative infinity.

public static bool IsNegativeInfinity(Decimal128 d)

Parameters

d Decimal128

A 128-bit decimal.

Returns

bool

true if d evaluates to negative infinity; otherwise, false.