public class Course extends Object
| Constructor and Description |
|---|
Course(double value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Course |
clone() |
boolean |
equals(Object other) |
double |
get()
Get the course value.
|
int |
hashCode() |
String |
toString() |
String |
toStringWithUnits()
Format the course value as a String.
|
public Course(double value)
value - the course (in degrees)public double get()
public String toStringWithUnits()
Copyright © 2017. All rights reserved.