formZ SDK | 5.0 API Reference | System | Data Type
Description
This function performs the following data type conversions:
Variant Type Conversion
fzrt_boolean TRUE -> 1.0; FALSE -> 0.0.
char value copied, no data lost.
unsigned char value copied, no data lost.
short value copied, no data lost.
unsigned short value copied, no data lost.
fzrt_int value copied, no data lost.
fzrt_unsigned_int value copied, no data lost.
float value copied, no data lost.
Plugin Prototype
fzrt_error_td fz_type_get_double(
type, | |
double * | dval ) |
Parameters
type [Input]
A pointer to a variant
dval [Result]
A pointer to a value to be filled. Must be allocated by the caller.
Availability
5.0.0.0
See Also
fz_type_set_double, fz_type_get_double_ptr
Function Set
Defined in