C# Class YAMP.InvOperator

Inverts the given scalar. This operator is a unary operator, but is used as a binary one with a pseudo expression on the left side.
Inheritance: LeftUnaryOperator
ファイルを表示 Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
OpLevel int
Symbol String

Public Methods

Method Description
Create ( ) : Operator
InvOperator ( ) : System
Perform ( Value value ) : Value

Method Details

Create() public method

public Create ( ) : Operator
return Operator

InvOperator() public method

public InvOperator ( ) : System
return System

Perform() public method

public Perform ( Value value ) : Value
value Value
return Value

Property Details

OpLevel public_oe static_oe property

public static int OpLevel
return int

Symbol public_oe static_oe property

public static String Symbol
return String