System.Set.operator *

提供: RAD Studio API Documentation
移動先: 案内検索

C++

Set __fastcall operator *(const Set& rhs) const //Intersection

プロパティ

種類 可視性 ソース ユニット
function public sysset.h System Set


説明

2 つの Set オブジェクトの交差の新しい Set オブジェクトを返します。

  • 演算子は,両方の Set オブジェクトのデータで AND(論理積)をとり,その結果を返します。