Freigeben über


NumericUnary(Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der NumericUnary-Klasse.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

operatorTok
Int32

Einer der JSToken-Enumerationswerte. Gibt den auszuführenden Vorgang an.

Gilt für: