2020 Method
Changes 4
M

LinearArray.IsValidArraySize

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