The LinearValue class expresses a single linear distance value.
|
Constructor |
Description |
|
Creates a new instance of the LinearValue class | |
|
Creates a new instance of the LinearValue class |
|
Method |
Description |
|
Produces a deep-copy of a LinearValue | |
|
Sets the value of this LinearValue from the passed string | |
|
Indicates the string format used with the FromString and ToString methods | |
|
Returns the value of this LinearValue in meters | |
|
Returns the value of this LinearValue in the LinearUnit defined by the Units property | |
|
Returns a label that describes the meaning of this LinearValue | |
|
Returns the LinearUnit used by this LinearValue | |
|
Sets the string format used with the FromString and ToString methods | |
|
Sets the value of this LinearValue in meters | |
|
Sets the value of this LinearValue in the LinearUnit defined by Units | |
|
Sets the label that describes the meaning of this LinearValue | |
|
Sets the LinearUnit used by this LinearValue | |
|
Produces a string that describes this LinearValue | |
|
Compares the value of two LinearValues |
|
Operator |
Description |
|
Assigns a new value to this LinearValue | |
|
Compares the value of two LinearValues | |
|
Compares the value of two LinearValues |