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