C# Class NVelocity.Runtime.Parser.Node.MathUtil

Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity

Méthodes publiques

Méthode Description
Add ( Type maxType, object left, object right ) : object
Div ( Type maxType, object left, object right ) : object
Mod ( Type maxType, object left, object right ) : object
Mult ( Type maxType, object left, object right ) : object
Sub ( Type maxType, object left, object right ) : object
ToMaxType ( Type leftType, Type rightType ) : Type

Method Details

Add() public static méthode

public static Add ( Type maxType, object left, object right ) : object
maxType System.Type
left object
right object
Résultat object

Div() public static méthode

public static Div ( Type maxType, object left, object right ) : object
maxType System.Type
left object
right object
Résultat object

Mod() public static méthode

public static Mod ( Type maxType, object left, object right ) : object
maxType System.Type
left object
right object
Résultat object

Mult() public static méthode

public static Mult ( Type maxType, object left, object right ) : object
maxType System.Type
left object
right object
Résultat object

Sub() public static méthode

public static Sub ( Type maxType, object left, object right ) : object
maxType System.Type
left object
right object
Résultat object

ToMaxType() public static méthode

public static ToMaxType ( Type leftType, Type rightType ) : Type
leftType System.Type
rightType System.Type
Résultat System.Type