Represents a Margin result.
More...
|
| int | CompareTo (Margin other) |
| | Compare margins to determine which is more critical.
|
Represents a Margin result.
◆ CompareTo()
| int HyperX.Scripting.Margin.CompareTo |
( |
Margin | other | ) |
|
Compare margins to determine which is more critical.
- Parameters
-
| other | The margin to compare to |
- Returns
- -1 if this margin is more critical, 0 if the margins are equally critical, or 1 if the other margin is more critical.
◆ AdjustedMargin
| float? HyperX.Scripting.Margin.AdjustedMargin |
|
get |
The adjusted margin for this Margin, if present. This value may be null when the Margin has a code (see: MarginCode).
◆ IsFailureCode
| bool HyperX.Scripting.Margin.IsFailureCode |
|
get |
Indicates whether the code is a failure code or not. If true, IsInformationalCode should return false.
◆ IsInformationalCode
| bool HyperX.Scripting.Margin.IsInformationalCode |
|
get |
Indicates whether the code is an informational code or not. If true, IsFailureCode should return false.
◆ MarginCode
| MarginCode HyperX.Scripting.Margin.MarginCode |
|
get |
The documentation for this class was generated from the following file: