Cross |
public enum CrossPRESSCalculationType
| Member name | Value | Description |
|---|---|---|
| None | 0 | No Cross PRESS calculation. |
| ExcludeEveryMeasurement | 1 | Excludes every measurement to calculate Cross PRESS. |
| ExcludeGroupsOfSimilarMeasurements | 2 | Excludes measurements (with identical concentration values) as groups to calculate Cross PRESS. |
| ExcludeHalfEnsemblyOfMeasurements | 3 | Divides measurements into two groups such that measurements with similar Y values are distributed as evenly as possible between the two groups. |
The CrossPRESSCalculationType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |