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