Skip to main content

ddwaf_object_get_float

Function ddwaf_object_get_float 

Source
pub unsafe extern "C" fn ddwaf_object_get_float(
    object: *const ddwaf_object,
) -> f64
Expand 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.