TRangeBound::MinLower

Returns the lesser of two lower bounds.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/RangeBound.h

Include

#include "Math/RangeBound.h"

Syntax

static const TRangeBound & MinLower
(
    const TRangeBound & A,
    const TRangeBound & B
)

Remarks

Returns the lesser of two lower bounds.

Returns

The lesser lower bound.

Parameters

Parameter

Description

A

The first lower bound.

B

The second lower bound.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss