SqueezeBrains SDK 1.13
sb_cs::SbRangeFlt Class Reference

Range value class that wraps the sb_t_range_flt structure More...

#include <cs_sb.h>

Public Member Functions

String ToString () override
 Formats the range in a readable string (min;max). More...
 

Data Fields

float min
 minumum value
 
float max
 maximum value
 

Detailed Description

Range value class that wraps the sb_t_range_flt structure

Definition at line 158 of file cs_sb.h.

Member Function Documentation

◆ ToString()

String sb_cs::SbRangeFlt::ToString ( )
override

Formats the range in a readable string (min;max).

Returns
An instance to the String class or null in case of memory error

The documentation for this class was generated from the following file: