C# Class YAMP.TransposeOperator

Represents a transpose operator (in analogy to the adjungate operator).
Inheritance: RightUnaryOperator
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
OpLevel int
Symbol String

Public Methods

Method Description
Create ( ) : Operator
Perform ( Value left ) : Value
TransposeOperator ( ) : System

Method Details

Create() public method

public Create ( ) : Operator
return Operator

Perform() public method

public Perform ( Value left ) : Value
left Value
return Value

TransposeOperator() public method

public TransposeOperator ( ) : System
return System

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