MarkLogic XCC/.Net Library

XSDouble.AsDecimal Method 

The item's value as a Decimal object. This value may preserve more precision than AsDouble().

[Visual Basic]
Function AsDecimal() As Decimal
[C#]
decimal AsDecimal();

Return Value

The value of this item as a Java BigDecimal object.

See Also

XSDouble Interface | Marklogic.Xcc.Types Namespace