Represents the fixed description of a property that holds a Double (Float64) value. A PropertyDescriptionFloat64 object contains immutable property metadata, which you cannot directly modify.


The following tables list the members exposed by IPropertyDescriptionFloat64.

Public Properties

  Name Description
Public property PropertyDefaultFloat64 Specifies the default value for a property that returns a DOUBLE data type.
Public property PropertyMaximumFloat64 Specifies the maximum value for a property that returns a DOUBLE data type.
Public property PropertyMinimumFloat64 Specifies the minimum value for a property that returns a DOUBLE data type.
Public property PropertySelectionsFloat64 Specifies a Float64List object that contains the list of Double (Float64) values that can be assigned to the property described by this PropertyDescriptionFloat64 object.
Top

See Also