DoubleCollection.Remove(Double) メソッド
定義
この Double 内で最初に見つかった指定の DoubleCollection を削除します。Removes the first occurrence of the specified Double from this DoubleCollection.
public:
virtual bool Remove(double value);
public bool Remove (double value);
abstract member Remove : double -> bool
override this.Remove : double -> bool
Public Function Remove (value As Double) As Boolean
パラメーター
- value
- Double
このコレクションから削除する項目。The item to remove from this collection.
戻り値
DoubleCollection から value
が削除された場合は true
。それ以外の場合は false
。true
if value
was removed from the DoubleCollection; otherwise, false
.
実装
例外
DoubleCollection は読み取り専用です。The DoubleCollection is read-only.
- または --or- DoubleCollection は固定サイズです。The DoubleCollection has a fixed size.