<Float16VectorRange> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyNo registered superclass.

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetRangeComputes the range specified by this object and stores it in the destination.
doubleGetRangeAsFloat64Computes the range specified by this object and stores it in the <Float64Vector> destination.
int32LargerThanReturns true if the range is larger than the specified value.
int32SetRangeToLimitsSets the range to the min/max values supported by this data type. You can use this to reset the object to constructor default min/max values.
int32SmallerThanReturns true if the range is smaller than the specified value.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Float16Vector>GranularityGets or sets the <Float16Vector> object that specifies the granularity of the range. This is a value that can be used for secondary purposes such as controlling how much change occurs in a range slider dialog.
<Float16Vector>MaxReturns a pointer to the <Float16Vector> that stores this object's minimum values.
<Float16Vector>MinReturns a pointer to the <Float16Vector> that stores this object's maximum values.