Virtual PhotonicsThe UIntRange type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
UIntRange |
Defines a range of unsigned integers from 0 to 1 with a count of 2
| |
UIntRange(UInt32, UInt32) |
Defines a range of unsigned integers with a count of (stop - start) + 1
| |
UIntRange(UInt32, UInt32, Int32) |
Defines the range of unsigned 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 unsigned integers
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDelta |
Returns the value for delta
(Overrides Range T GetDelta .) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIncrement |
Returns the increment
(Overrides Range T GetIncrement .) | |
GetNewCount |
Returns the count
(Overrides Range T GetNewCount .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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