AngleExtensions.TrueToMagnetic(Angle, Angle) Method

Definition

Helper method to convert a true angle to a magnetic one, given the variation.

public static UnitsNet.Angle TrueToMagnetic (this UnitsNet.Angle angleTrue, UnitsNet.Angle variation);
static member TrueToMagnetic : UnitsNet.Angle * UnitsNet.Angle -> UnitsNet.Angle
<Extension()>
Public Function TrueToMagnetic (angleTrue As Angle, variation As Angle) As Angle

Parameters

angleTrue
UnitsNet.Angle

Course relative to true north

variation
UnitsNet.Angle

Variation. Positive for east

Returns

UnitsNet.Angle

The magnetic course

Remarks

Remember: From true to false with the wrong sign

Applies to