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