Write a double into the storage located by p.
Synopsis
Declared in <openssl/params.h>
int
OSSL_PARAM_set_double(
OSSL_PARAM* p,
double val);
Return Value
1 on success, or 0 on type failure.
Parameters
Name |
Description |
p |
Parameter locator describing a floating‐point destination. |
val |
Value to store. |
Created with MrDocs