Back to Adaptive Vision Library Lite website

You are here: Start » All Functions » Real » ParseReal_Deprecated

ParseReal_Deprecated


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

Returns the real number represented by a string.

Syntax

void avl::ParseReal_Deprecated
(
	const atl::String& inString,
	atl::Conditional<float>& outReal
)

Parameters

Name Type Default Description
Input value
inString const String& Input String
Output value
outReal Conditional<float>& Input String converted to Real value or Nil