Gets the value range of the transformation. Equivalent to the difference of the Maximum Value and Minimum Value properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Range() As Double |
[C#] |
---|
public double Range {get;} |
[Managed C++] |
---|
public: __property double get_Range(); |
[Unmanaged C++] |
---|
public: HRESULT get_Range( double * pRetVal ); |
[Java] |
---|
public double getRange(); |