IniConfigTypeGravity Property
Gets or sets the gravity acceleration in m/s².
The value is always represented in SI system's m/s²
irrespective of choice of the UnitsSystem.
Values on Earth vary from 9.832 m/s² on the poles,
to 9.780 m/s² on the equator.
The conventional standard value is 9.80663520001 m/s².
Used values are a different story, the value normally
used in countries with SI units is just 10 m/s².
Whereas in imperial system g needs correspond to
3.174 ft/s² otherwise the conversion from lbm to lbf
does not work, therefore 9.80665 m/s² is used.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public virtual double Gravity { get; set; }
Public Overridable Property Gravity As Double
Get
Set
public:
virtual property double Gravity {
double get ();
void set (double value);
}
abstract Gravity : float with get, set
override Gravity : float with get, set
Property Value
Double