Name | Description | |
---|---|---|
NLength Constructor | Overloaded. |
The following tables list the members exposed by NLength.
Name | Description | |
---|---|---|
NLength Constructor | Overloaded. |
Name | Description | |
---|---|---|
Negate | Returns the negative value of this NLength | |
Unit | The angle measurement unit | |
Value | The angle value |
Name | Description | |
---|---|---|
CompareTo | Overloaded. Compares this instance to a specified object and returns an indication of their relative values. | |
ConvertTo | Overloaded. Converts to a value in the specified unit. | |
ConvertToDIPs | Converts to a value in DIPs | |
ConvertToInches | Converts to a value in Inches | |
ConvertToMillimeters | Converts to a value in Millimeters | |
ConvertToPixels | Converts to a value in pixels | |
DeepClone | Creates an identical copy of this object. | |
Deserialize | Deserializes the object state from the specified property bag. | |
Equals | Determines whether the lengths are equal. | |
GetHashCode | Returns the hash code for this instance. | |
Serialize | Serializes the object state into the specified property bag. | |
ToString | Returns the string representation of this NLength object. |
Addition | Arithmetic binary plus operator. The resulting length uses the {a} parameter unit. |
Division | Overloaded. Division by scalar operator |
Equality | Logical Equal To operator |
Greater Than | Logical Greater Than operator |
Greater Than or Equal | Logical Greater Than Or Equal To operator |
Inequality | Logical Not Equal To operator |
Less Than | Logical Less Than operator |
Less Than or Equal | Logical Less Than Or Equal To operator |
Multiplication | Overloaded. Multiplication with scalar operator |
Subtraction | Arithmetic binary minus operator. The resulting length uses the {a} parameter unit. |
Unary Negation | Arithmetic unary minus operator |
Unary Plus | Arithmetic unary plus operator |