Back to FabImage Library website
You are here: Start » Function Reference » Conversions » DoubleToReal
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Converts a double number (64-bit) to a real number (32-bit).
Syntax
void fil::DoubleToReal ( double inDouble, float& outReal )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inDouble | double | ||
![]() |
outReal | float& |