The NumericDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NumericDataSource()()()() |
Initializes a new instance of the NumericDataSource class.
The MinValue and MaxValue are set to Double.MinValue and Double.MaxValue respectivly.
|
![]() | NumericDataSource(Double, Double) |
Initializes a new instance of the NumericDataSource class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetNext |
Returns the next number in the sequence based on the given delta value.
The sequence will loop around if an overflow occurs.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | FirstValue |
Returns 1.0
|
![]() | MaxValue |
Gets or sets the maximum value of the sequence.
|
![]() | MinValue |
Gets or sets the minimum value of the sequence.
|