Function ion_c_sys::ion_decimal_from_quad[][src]

pub unsafe extern "C" fn ion_decimal_from_quad(
    value: *mut ION_DECIMAL,
    quad: *mut decQuad
) -> iERR
Expand description

Represents the given decQuad as an ION_DECIMAL. The caller IS NOT required to keep the given decQuad in scope for the lifetime of the resulting ION_DECIMAL.

@return IERR_OK (no errors are possible).