Checks whether the collection contains an object with the given value.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal value As Double _ ) As Boolean |
[C#] |
---|
public bool Contains( double value ); |
[Managed C++] |
---|
public: bool Contains( double value ); |
[Java] |
---|
public bool contains( double value ); |
[Python - STK API ] |
---|
def Contains(self, value:float) -> bool: |
- value