Gets the squared minimum distance of the inclusive distance interval.
Read-only property
[Visual Basic .NET] |
---|
Public Property MinimumDistanceSquared() As Double |
[C#] |
---|
public double MinimumDistanceSquared {get;} |
[Managed C++] |
---|
public: __property double get_MinimumDistanceSquared(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinimumDistanceSquared( double * pRetVal ); |
[Java] |
---|
public double getMinimumDistanceSquared(); |