Gets the maximum value of the transformation.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaximumValue() As Double |
[C#] |
---|
public double MaximumValue {get;} |
[Managed C++] |
---|
public: __property double get_MaximumValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumValue( double * pRetVal ); |
[Java] |
---|
public double getMaximumValue(); |