This document is archived and information here might be outdated. Recommended version. |
The maximum magnitude value. By default, this value is calculated from the input. You may want to modify the maximum magnitude if the input does not have statistics calculated, or the input is U and V components. Tiles with magnitude greater than or equal to t.
[Visual Basic .NET]
Public Property MaximumMagnitude As Double
[C#]
public double MaximumMagnitude {get; set;}
[C++]
HRESULT get_MaximumMagnitude(
System.Double* pValue
);
[C++]
HRESULT put_MaximumMagnitude(
double pValue
);
[C++] Parameters pValue [out, retval]
pValue is a parameter of type double* pValue [in]
pValue is a parameter of type double