IonDescribedDecimal.get

Extracts a decimal value from an IonDescribedDecimal into a Decimal!maxW64bitSize or generic T, returning an error code. (community summary)

  1. IonErrorCode get(Decimal!maxW64bitSize value)
  2. IonErrorCode get(T value)
    struct IonDescribedDecimal
    @trusted pure nothrow @nogc scope const
    get
    (
    T
    )
    (
    scope ref T value
    )
    if (
    isFloatingPoint!T &&
    isMutable!T
    )
  3. T get()

Parameters

value T

(out) floating point number

Return Value

IonErrorCode