XYTable Class |
Namespace: DHI.Mike1D.Generic
public class XYTable : IXYTable, IAnyTable
The XYTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | XYTable | Initializes a new instance of the XYTable class |
![]() | XYTable(Int32) | Initializes a new instance of the XYTable class |
![]() | XYTable(Double, Double) | Initializes a new instance of the XYTable class |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | DyDx | |
![]() | Equals | Determines whether the specified object is equal to the current object. (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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Resize | |
![]() | Set | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate | |
![]() | XFromY(Double) | |
![]() | XFromY(Double, ExtrapolationTypes) | |
![]() | YFromX(Double) | |
![]() | YFromX(Double, ExtrapolationTypes) |
Name | Description | |
---|---|---|
![]() | Set | (Defined by GenericExtensions.) |
![]() | Sort | (Defined by GenericExtensions.) |
![]() | SortStable | (Defined by GenericExtensions.) |
![]() | YFromX | (Defined by XYSeriesExtensions.) |