Baku.LibqiDotNet.QiType.GetTupleCount C# (CSharp) Method

GetTupleCount() public method

型がタプルの場合、タプルの要素数を取得します。
public GetTupleCount ( ) : int
return int
        public int GetTupleCount() => QiApiType.GetTupleCount(this);