Click or drag to resize

IDoubleDataType Interface

返回用户文档首页
支持的Attribute双精度浮点数据类型都派生自此接口

Namespace: LoongCAD.STC.Friendly.DataType
Assembly: LoongCAD.STC.Friendly.DataType (in LoongCAD.STC.Friendly.DataType.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public interface IDoubleDataType : IDataType

The IDoubleDataType type exposes the following members.

Properties
 NameDescription
Public propertyRawValue
(Inherited from IDataType)
Public propertyValue 
Top
Methods
 NameDescription
Public methodCreateTypeConverter
(Inherited from IDataType)
Top
See Also