DoubleCollection.Contains(Double) Methode

Definition

Bestimmt, ob sich eins Double befindet DoubleCollection.

public:
 virtual bool Contains(double value);
public bool Contains(double value);
abstract member Contains : double -> bool
override this.Contains : double -> bool
Public Function Contains (value As Double) As Boolean

Parameter

value
Double

Das Element, das in dieser Sammlung gefunden werden soll.

Gibt zurück

true if value, the specified Double, is in this DoubleCollection; otherwise, false.

Implementiert

Gilt für:

Weitere Informationen