Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Real » MinimumReal

MinimumReal


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

Returns the lower of two numbers.

Syntax

void avl::MinimumReal
(
	const float inA,
	const float inB,
	float& outMinimum
)

Parameters

Name Type Default Description
Input value inA const float 0.0f First input Real value
Input value inB const float 0.0f Second input Real value
Output value outMinimum float& Lower of input Real values