class AmmoInfoEx

Parents
AmmoInfo

Brief

The extended ammunition info.

Details

The class extends AmmoInfo by providing addition information, which is not required for ballistic calculation, but is useful for UI applications.

Only added properties and methods are described here. For basic data refer to AmmoInfo.

The type defined in the MathEx.ExternalBallistic.dll assembly. The namespace is MathEx.ExternalBallistic.

Public Properties

BarrelLength

Gets or sets the barrel length.

BulletType

Gets or sets the name of the bullet type.

Caliber

Gets or sets the name of the caliber.

Name

Gets or sets the name of the round.

Source

Gets or sets the name of the source.

Public Constructors

AmmoInfoEx

Public Methods

IsComplete

Checks whether all properties are filled.

ToString

Converts the value to string.

back