C# Class YAMP.TransposeOperator

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Create ( ) : Operator
Perform ( Value left ) : Value
TransposeOperator ( ) : System

Method Details

Create() public méthode

public Create ( ) : Operator
Résultat Operator

Perform() public méthode

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

TransposeOperator() public méthode

public TransposeOperator ( ) : System
Résultat System

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