LocRecordDegree(Boolean, Int32, Int32, Int32, Int32) Constructor
Creates a new instance of the Degree class
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public Degree(
bool isNegative,
int degrees,
int minutes,
int seconds,
int milliseconds
)
Public Sub New (
isNegative As Boolean,
degrees As Integer,
minutes As Integer,
seconds As Integer,
milliseconds As Integer
)
public:
Degree(
bool isNegative,
int degrees,
int minutes,
int seconds,
int milliseconds
)
new :
isNegative : bool *
degrees : int *
minutes : int *
seconds : int *
milliseconds : int -> Degree
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