Determine if this array is a vector.
In order for an array to be a vector the number of non singleton
dimensions must equal 1. Keep in mind, all ILArrays have at least 2 dimensions. Therefore
it is not sufficient to test for the number of dimensions, but to take the number of
non singleton dimensions into account. This attribute is readonly.