GlobalObject.decimal 属性

定义

获取与 JScript decimal 数据类型相对应的托管类型。Gets the managed type that corresponds to the JScript decimal data type.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static property Type ^ decimal { Type ^ get(); };
public static Type decimal { get; }
member this.decimal : Type
Public Shared ReadOnly Property decimal As Type

属性值

Type

与 JScript decimal 数据类型相对应的托管类型。The managed type that corresponds to the JScript decimal data type.

适用于