Description
Minimum amplitude: include only those constituents whose tidal amplitude is sufficiently large by specifying the minimum amplitude to include in the computation. Uses SmallDistanceUnit Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MinAmplitude() As Double
|
| [C#] |
|---|
public double MinAmplitude {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MinAmplitude(); public: __property void set_MinAmplitude( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MinAmplitude( double * pRetVal ); public: HRESULT put_MinAmplitude( double NewMinAmplitude );
|
| [Java] |
|---|
public double getMinAmplitude();public void setMinAmplitude( double );
|
See Also