VPDoubleRange MembersVirtual Photonics - VTS Library
Virtual Photonics

The DoubleRange type exposes the following members.
Constructors

  NameDescription
Public methodDoubleRange 
Defines a double range starting from 0 to 1 with a count of 2
Public methodDoubleRange(Double, Double)
Defines a double range with a count of 2
Public methodDoubleRange(Double, Double, Int32)
Defines the double range
Back to Top
Methods

  NameDescription
Protected methodAfterPropertyChanged
Derived classes can override this method to execute logic after a property is set. The base implementation does nothing.
(Inherited from BindableObject.)
Public methodAsEnumerable
Returns an IEnumerable of type Time that represents the range
(Inherited from Range T .)
Public methodClone
Clones the double range
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodGetDelta
Returns the value for delta
(Overrides Range T  GetDelta .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetIncrement
Returns the increment
(Overrides Range T  GetIncrement .)
Protected methodGetNewCount
Returns the count
(Overrides Range T  GetNewCount .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnPropertyChanged
Attempts to raise the PropertyChanged event, and invokes the virtual AfterPropertyChanged method, regardless of whether the event was raised or not.
(Inherited from BindableObject.)
Public methodToString
Returns a string that represents the range
(Inherited from Range T .)
Back to Top
Properties

  NameDescription
Public propertyCount
The number of values in the range, inclusive of the endpoints
(Inherited from Range T .)
Public propertyDelta
The increment between successive numbers
(Inherited from Range T .)
Public propertyStart
The start of the range
(Inherited from Range T .)
Public propertyStop
The end of the range
(Inherited from Range T .)
Back to Top
Events

  NameDescription
Public eventPropertyChanged
Raised when a public property of this object is set.
(Inherited from BindableObject.)
Back to Top
See Also