

System.Object
EPLAN.Harness.API.ApiProperties.Property
EPLAN.Harness.API.ApiProperties.DecimalProperty
Represents a property with a decimal number value.
DecimalProperty numProperty1 = new DecimalProperty(42); DecimalProperty numProperty2 = 23.1; Console.WriteLine(numProperty1.ToString()); Console.WriteLine(numProperty2.Value.ToString()); // Results: // 42 // 23,1
| Name | Description | |
|---|---|---|
![]() | DecimalProperty Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | IsInterval | Specifies whether the property is interval. (Inherited from EPLAN.Harness.API.ApiProperties.Property) |
![]() | Unit | Unit of the value of this property. (Inherited from EPLAN.Harness.API.ApiProperties.Property) |
![]() | Value | Gets the value of this property. (Inherited from EPLAN.Harness.API.ApiProperties.Property) |
| Name | Description | |
|---|---|---|
![]() | Equals | Is this property equal to the following object? |
![]() | GetHashCode | Serves as the default hash function. |
![]() | ToString | Returns a string that represents the current object. (Inherited from EPLAN.Harness.API.ApiProperties.Property) |
Addition | Sums two properties. |
Equality | Are these properties equal? |
Implicit Type Conversion | Overloaded. Implicit conversion from System.Double to DecimalProperty. |
Inequality | Are these properties not equal? |
Subtraction | Subtracts two properties. |