Properties
| Name | Access | Type | Description |
|---|---|---|---|
| UnitType | Read, Write | String | Unit Type |
| Value | Read, Write | Double | Value |
Methods
Equals
Velocity
#set($booleanResponse = $unit.Equals($obj))
JavaScript
var booleanResponse = unit.Equals(obj);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| obj | Object | Obj | Required |
Returns
BooleanGetHashCode
Velocity
#set($int32Response = $unit.GetHashCode())
JavaScript
var int32Response = unit.GetHashCode();
Returns
Int32ToString
Velocity
#set($stringResponse = $unit.ToString())
JavaScript
var stringResponse = unit.ToString();
Returns
String