LocRecordDegree(Boolean, Int32, Int32, Int32, Int32) Constructor

Creates a new instance of the Degree class

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public Degree(
	bool isNegative,
	int degrees,
	int minutes,
	int seconds,
	int milliseconds
)

Parameters

isNegative  Boolean
Is negative value
degrees  Int32
Number of full degrees
minutes  Int32
Number of minutes
seconds  Int32
Number of seconds
milliseconds  Int32
Number of Milliseconds

See Also