Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
YAMP
NegateOperator
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
显示文件
Open project: FlorianRappl/YAMP
Public Properties
Property
Type
Description
OpLevel
int
Symbol
String
Public Methods
Method
Description
Create
( ) :
Operator
NegateOperator
( ) :
System
Perform
(
Value
value
) :
Value
Method Details
Create()
public
method
public
Create
( ) :
Operator
return
Operator
NegateOperator()
public
method
public
NegateOperator
( ) :
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