public interface AngularAcceleration
This interface represents angular acceleration values.
The angular acceleration values can be created using theSimpleValueFactory
interface.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 object is "equal to" this one. |
double |
getAs(AngularAcceleration.Unit unit)
Provides the value in specified units.
|
int |
hashCode() |
String |
toString() |
double getAs(AngularAcceleration.Unit unit)
unit
- the unit type.double
value in the specified unit.int hashCode()
boolean equals(Object obj)
AngularAcceleration
object is "equal to" this one.Copyright © 2021. All rights reserved.