MQL5 リファレンス標準ライブラリジェネリックデータコレクションCSortedSet<T>Remove AddCountContainsComparerTryGetMinTryGetMaxCopyToClearRemoveExceptWithIntersectWithSymmetricExceptWithUnionWithIsProperSubsetOfIsProperSupersetOfIsSubsetOfIsSupersetOfOverlapsSetEqualsGetViewBetweenGetReverse Remove ソート済み集合から指定された要素を削除します。 bool Remove( T item // 要素値 ); パラメータ item [in] 削除する要素の値 戻り値 成功の場合はtrue、それ以外の場合はfalseを返します。 Clear ExceptWith