Returns the integer values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type integer, omits that value in the array.
The [[Thing]] to read the integer values from.
The Property whose integer values to return.
An array of integer values for the given Property.
Returns the integer values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type integer, omits that value in the array.