struct BallisticCoefficient

Parents
ValueType
IEquatable<BallisticCoefficient>
IComparable<BallisticCoefficient>

Brief

The value representing ballistic coefficient

Static Public Methods

TryParse

Parses the ballistic coefficient for the current culture

TryParse

Parses the ballistic coefficient for the specified culture

Public Properties

Table

The ballistic table

Text

The text presentation of the value in the invariant culture

Value

The value of the coefficient

Public Constructors

BallisticCoefficient

Constructor

BallisticCoefficient

Public Methods

Equals

Checks whether object equals to another object

GetHashCode

Returns the object hash code

ToString

Converts value to string in the current culture

ToString

Converts value to string in the specified culture

ToString

Converts value to string using the specified format and the specified culture

back