InternationalGeomagneticReferenceFieldVector Constructor (TimeIntervalCollectionSphericalHarmonicCoefficients, TimeIntervalCollectionSphericalHarmonicCoefficients) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public InternationalGeomagneticReferenceFieldVector(
TimeIntervalCollection<SphericalHarmonicCoefficients> initialMagneticFieldCoefficients,
TimeIntervalCollection<SphericalHarmonicCoefficients> magneticFieldCoefficientRates
)
Public Sub New (
initialMagneticFieldCoefficients As TimeIntervalCollection(Of SphericalHarmonicCoefficients),
magneticFieldCoefficientRates As TimeIntervalCollection(Of SphericalHarmonicCoefficients)
)
public:
InternationalGeomagneticReferenceFieldVector(
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ initialMagneticFieldCoefficients,
TimeIntervalCollection<SphericalHarmonicCoefficients^>^ magneticFieldCoefficientRates
)
new :
initialMagneticFieldCoefficients : TimeIntervalCollection<SphericalHarmonicCoefficients> *
magneticFieldCoefficientRates : TimeIntervalCollection<SphericalHarmonicCoefficients> -> InternationalGeomagneticReferenceFieldVector
Parameters
- initialMagneticFieldCoefficients
- Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the static spherical-harmonic magnetic field
coefficients that are valid at the beginning of specific time intervals. These are in tesla. - magneticFieldCoefficientRates
- Type: AGI.Foundation.TimeTimeIntervalCollectionSphericalHarmonicCoefficients
A collection that represents the rates of change of the
spherical-harmonic magnetic field coefficients during specific time intervals. These are in tesla/year.
See Also