2024 Method
Changes 4
M

LinearArray.IsValidArraySize

Description:
This indicates whether the input count is valid.
public static bool IsValidArraySize(
	int count
)
  • Int32
    count
    The count.
Return Value bool True if the input count is between 2 and 200, false otherwise.