C# Class YAMP.NegateOperator

Returns the given scalar(s) with a switched sign. This operator is a unary operator, but is used as a binary one with a pseudo expression on the left side.
Inheritance: LeftUnaryOperator
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Свойство Type Description
OpLevel int
Symbol String

Méthodes publiques

Méthode Description
Create ( ) : Operator
NegateOperator ( ) : System
Perform ( Value value ) : Value

Method Details

Create() public méthode

public Create ( ) : Operator
Résultat Operator

NegateOperator() public méthode

public NegateOperator ( ) : System
Résultat System

Perform() public méthode

public Perform ( Value value ) : Value
value Value
Résultat Value

Property Details

OpLevel public_oe static_oe property

public static int OpLevel
Résultat int

Symbol public_oe static_oe property

public static String Symbol
Résultat String