Skip to content

Commit 38140b6

Browse files
authored
Add comment to labelledArray types (#13007)
1 parent 87b4198 commit 38140b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Framework/Core/include/Framework/Variant.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ enum class VariantType : int { Int = 0,
4141
Array2DInt,
4242
Array2DFloat,
4343
Array2DDouble,
44-
LabeledArrayInt,
45-
LabeledArrayFloat,
46-
LabeledArrayDouble,
44+
LabeledArrayInt, // 2D array
45+
LabeledArrayFloat, // 2D array
46+
LabeledArrayDouble, // 2D array
4747
UInt8,
4848
UInt16,
4949
UInt32,
5050
UInt64,
5151
Int8,
5252
Int16,
53-
LabeledArrayString,
53+
LabeledArrayString, // 2D array
5454
Empty,
5555
Dict,
5656
Unknown };

0 commit comments

Comments
 (0)