Click or drag to resize

Integer Constructor

返回用户文档首页
Initializes a new instance of the Integer class

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 Integer(
	int val
)

Parameters

val  Int32
 
See Also