pub unsafe extern "C" fn daceMultiplyDouble(
ina: *const DA,
ckon: c_double,
inb: *mut DA,
)Expand description
Multiply constant and DA object.
ยงArguments
ina- Pointer to the first DA object to operate onckon- Constant value to multiply byinb- Pointer to the DA object to store the result in
This routine is aliasing safe, i.e. inb can be the same as ina.