cvedia::rt::data_collection::InclusiveFloatRange¶
Public Functions¶
Name | |
---|---|
InclusiveFloatRange() | |
InclusiveFloatRange(float const start, float const end) | |
bool | has(float const value) const |
float | start() const |
float | end() const |
bool | operator==(InclusiveFloatRange const & other) const |
InclusiveFloatRange | all() |
Public Functions Documentation¶
function InclusiveFloatRange¶
inline InclusiveFloatRange()
function InclusiveFloatRange¶
inline InclusiveFloatRange(
float const start,
float const end
)
function has¶
inline bool has(
float const value
) const
function start¶
inline float start() const
function end¶
inline float end() const
function operator==¶
inline bool operator==(
InclusiveFloatRange const & other
) const
function all¶
static inline InclusiveFloatRange all()
Updated on 2025-08-24 at 15:42:37 +0000