<Code Lib>
2022 Method
Changes 4
M

RadialArray.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 3 and 200, false otherwise.

Loading…