Table of Contents

Method GetExponent

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

GetExponent(Decimal128)

Gets the exponent of a Decimal128 value.

public static short GetExponent(Decimal128 d)

Parameters

d Decimal128

The Decimal128 value.

Returns

short

The exponent.