public interface AngularSpeed
SimpleValueFactory
Modifier and Type | Interface and Description |
---|---|
static class |
AngularSpeed.Unit |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether some other AngularSpeed is "equal to" this one.
|
double |
getAs(AngularSpeed.Unit unit)
Provides the value in specified units
|
int |
hashCode()
Returns a hash code value for the AngularSpeed.
|
String |
toString()
Returns a string representation of the AngularSpeed.
|
double getAs(AngularSpeed.Unit unit)
unit
- enum to specify unit typeint hashCode()
boolean equals(Object obj)
Copyright © 2018. All rights reserved.