LenientGlobalObject.Math 属性
定义
获取或设置 LenientMathObject 对象。Gets or sets a LenientMathObject object.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Object ^ Math { System::Object ^ get(); void set(System::Object ^ value); };
public object Math { get; set; }
member this.Math : obj with get, set
Public Property Math As Object
属性值
LenientMathObject 对象。A LenientMathObject object.