MarkLogic XCC/.Net Library

XSFloat.AsDecimal Method 

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

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

Return Value

The value of this item as a Java BigDecimal object.

See Also

XSFloat Interface | Marklogic.Xcc.Types Namespace