Master |
public struct InterpolationInformation
The MasterCurveCreationInterpolationInformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | Interpolation | Current interpolation curve. |
![]() | InterpolationMaximumX | Maximum x value of the points used for interpolation. |
![]() | InterpolationMinimumX | Minimum x value of the points used for interpolation. |
![]() | XValues | List of all x values of the points that are used for the interpolation. |
![]() | YValues | List of all y values of the points that are used for the interpolation. |
Name | Description | |
---|---|---|
![]() | AddXYColumnToInterpolation | Adds values to the interpolation. |
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Initialize | Initialized the instance. |
![]() | Initialize(FuncIInterpolationFunction) | Initialized the instance. |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |