Version: 2022.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

TypeFlagsExtensions.ArrayRank

マニュアルに切り替える
public static int ArrayRank (Profiling.Memory.Experimental.TypeFlags flags);

パラメーター

flags The TypeFlags to compute the array rank of (assessible via this).

戻り値

int The array rank encoded in the Type Flags.

説明

If the type is an array type, retrieves the array rank of the type flags.

For instance, a type of int[][] will return an array rank of 2.