Fovia C++ In-Process API
Public Member Functions | Public Attributes | List of all members
RANGE_PARAMS Struct Reference

Public Member Functions

RANGE_PARAMSoperator= (const RANGE_PARAMS &r)
 
 RANGE_PARAMS (const RANGE_PARAMS &r)
 

Public Attributes

signed int Max
 
signed int Min
 

Detailed Description

Specifies a range of values.

Member Data Documentation

signed int RANGE_PARAMS::Max

The maximum value in the range.

signed int RANGE_PARAMS::Min

The minimum value in the range.