pub unsafe extern "C" fn ddwaf_object_get_float(
object: *const ddwaf_object,
) -> f64Expand description
Returns the float64 (double) contained within the object.
@param object The object from which to get the float.
@return The float or 0.0 if the object is not a float.