NumericBinary(Int32) Constructor

Definition

Initializes a new instance of the NumericBinary class.

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

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

Parameters

operatorTok
Int32

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

Applies to