Virtual PhotonicsThe IntRange type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| IntRange |
Defines a range of integers from 0 to 1 with a count of 2
| |
| IntRange(Int32, Int32) |
Defines a range of integers with a count of (stop - start) + 1
| |
| IntRange(Int32, Int32, Int32) |
Defines the range of integers
|
Methods
| Name | Description | |
|---|---|---|
| AfterPropertyChanged |
Derived classes can override this method to
execute logic after a property is set. The
base implementation does nothing.
(Inherited from BindableObject.) | |
| AsEnumerable |
Returns an IEnumerable of type Time that represents the range
(Inherited from Range T .) | |
| Clone |
Clones the range of integers
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetDelta |
Returns the value for delta
(Overrides Range T GetDelta .) | |
Serves as a hash function for a particular type. (Inherited from | ||
| GetIncrement |
Returns the increment
(Overrides Range T GetIncrement .) | |
| GetNewCount |
Returns the count
(Overrides Range T GetNewCount .) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnPropertyChanged |
Attempts to raise the PropertyChanged event, and
invokes the virtual AfterPropertyChanged method,
regardless of whether the event was raised or not.
(Inherited from BindableObject.) | |
| ToString |
Returns a string that represents the range
(Inherited from Range T .) |
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of values in the range, inclusive of the endpoints
(Inherited from Range T .) | |
| Delta |
The increment between successive numbers
(Inherited from Range T .) | |
| Start |
The start of the range
(Inherited from Range T .) | |
| Stop |
The end of the range
(Inherited from Range T .) |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised when a public property of this object is set.
(Inherited from BindableObject.) |
See Also