NumericUnary(Int32) Constructor

Definition

Initializes a new instance of the NumericUnary class.

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

public:
 NumericUnary(int operatorTok);
public NumericUnary (int operatorTok);
new Microsoft.JScript.NumericUnary : int -> Microsoft.JScript.NumericUnary
Public Sub New (operatorTok As Integer)

Parameters

operatorTok
Int32

One of the JSToken enumeration values. Specifies the operation to perform.

Applies to