Table of Contents

Method Negate

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Negate(Decimal128)

Negates the specified x.

public static Decimal128 Negate(Decimal128 x)

Parameters

x Decimal128

The x.

Returns

Decimal128

The result of multiplying the value by negative one.