public interface Torque
This interface represents torque values.
The torque values can be created using theSimpleValueFactory interface.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Torque.Unit  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)
Indicates whether some other  
Torque object is "equal to" this one. | 
double | 
getAs(Torque.Unit unit)
Provides the value in specified units. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
double getAs(Torque.Unit unit)
unit - the unit type.double value in specified units.int hashCode()
boolean equals(Object obj)
Torque object is "equal to" this one.Copyright © 2020. All rights reserved.