Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » DoubleToReal

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: avl
Module: FoundationLite

Converts a double number (64-bit) to a real number (32-bit).

Syntax

void avl::DoubleToReal
(
	double inDouble,
	float& outReal
)

Parameters

Name Type Default Description
Input value inDouble double
Output value outReal float&