Name | Description | |
---|---|---|
![]() | init | Initializes a new instance of the Range class. |
Name | Description | |
---|---|---|
![]() | from | Gets or sets the beginning value of the range. |
![]() | isFromInclusive | Gets or sets if the beginning value is included in the range. |
![]() | isToInclusive | Gets or sets if the end value is included in the range. |
![]() | to | Gets or sets the end value of the range. |
Name | Description | |
---|---|---|
![]() | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. |
![]() | isInRange | Determines if value lies within this range. |
![]() | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |
![]() | toString | Returns a string representation of this object. |