GlobalObject.decimal Property

Definition

Gets the managed type that corresponds to the JScript decimal data type.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

Type

The managed type that corresponds to the JScript decimal data type.

Applies to