C# Class YAMP.AdjungateOperator

This is the operator for adjungating a matrix.
Inheritance: RightUnaryOperator
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

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

Méthodes publiques

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

Method Details

AdjungateOperator() public méthode

public AdjungateOperator ( ) : System
Résultat System

Create() public méthode

public Create ( ) : Operator
Résultat Operator

Perform() public méthode

public Perform ( Value left ) : Value
left 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