DotNet.Equipment.Class.EquipmentGrades - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Equipment / EquipmentGrades

Class: EquipmentGrades

Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/EquipmentGrades.cs:10

The grade ladder Pioneer Supplies sells a suit and a weapon along.

Remarks

A grade is a whole number from one through five. The stock article is grade one, and every upgrade step buys the next rung.

Fields

Highest

const Highest: int = 5

Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/EquipmentGrades.cs:16

The grade the last upgrade step reaches.

Lowest

const Lowest: int = 1

Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/EquipmentGrades.cs:13

The stock grade every suit and weapon is sold at.

Methods

IsGrade()

static IsGrade(grade): bool

Defined in: dotnet/src/EliteDangerousAlmanac/Equipment/EquipmentGrades.cs:21

Answers whether a figure names a grade.

Parameters

grade

double

The figure to judge.

Returns

bool

true for a whole number from one through five.

⚠️ **GitHub.com Fallback** ⚠️