Click or drag to resize

Decimal128  Conversion (Decimal128 to Int16)

Performs an explicit conversion from Decimal128 to Int16.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static explicit operator short (
	Decimal128 value
)

Parameters

value
Type: MongoDB.BsonDecimal128
The value to convert.

Return Value

Type: Int16
The result of the conversion.
See Also