public constructor AmmoInfoEx.AmmoInfoEx

Brief

Declaration
C#
  AmmoInfoEx (string source, string name, string caliber, string bulletType, MathEx.ExternalBallistic.Units.Weight bulletWeight, DragTable table, double ballisticCoefficient, MathEx.ExternalBallistic.Units.Velocity muzzleVelocity, MathEx.ExternalBallistic.Units.Distance barrelLength)

Parameters
source

The name of the source of the information.

name

The name of the round.

caliber

The name of the caliber (e.g. 5.56NATO).

bulletType

The name of the bullet type (e.g. FMJ)

bulletWeight

The weight of the bullet.

table

The identifier of the ballistic table.

ballisticCoefficient

The ballistic coefficient of the bullet.

muzzleVelocity

The muzzle velocity.

barrelLength

The length of barrel at which the velocity is measured.

Declared in AmmoInfoEx

back