Function ion_c_sys::ion_decimal_from_uint32[][src]

pub unsafe extern "C" fn ion_decimal_from_uint32(
    value: *mut ION_DECIMAL,
    num: u32
) -> iERR

Represents the given uint32 as an ION_DECIMAL.

@return IERR_OK (no errors are possible).