Remove the level with the corresponding value.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal value As Double _ ) As |
[C#] |
---|
public void Remove( double value ); |
[Managed C++] |
---|
public: void Remove( double value ); |
[Java] |
---|
public void remove( double value ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( double value ); |
- value