Click or drag to resize

Distance Structure

返回用户文档首页
距离类型
Inheritance Hierarchy
SystemObject
  SystemValueType
    LoongCAD.STC.Friendly.DataTypeDistance

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#
[SerializableAttribute]
[TypeConverterAttribute(typeof(DistanceConverter))]
public struct Distance : IDoubleDataType, IDataType, 
	IEquatable<Distance>, IComparable<Distance>, IFormattable

The Distance type exposes the following members.

Constructors
 NameDescription
Public methodDistance(Double)Initializes a new instance of the Distance class
Public methodDistance(Double)Initializes a new instance of the Distance class
Public methodDistance(Double, DistanceUnitType)Initializes a new instance of the Distance class
Top
Properties
Methods
Fields
 NameDescription
Public fieldStatic memberDefaultValue 
Top
See Also