Negates the specified x.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic static Decimal128 Negate(
	Decimal128 x
)
Public Shared Function Negate ( 
	x As Decimal128
) As Decimal128
static member Negate : 
        x : Decimal128 -> Decimal128 
Parameters
- x
 - Type: MongoDB.BsonDecimal128
The x. 
Return Value
Type: 
Decimal128The result of multiplying the value by negative one.
See Also