C# Class FluentArithmetic.FluentExtensions

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
Add ( this x, int y ) : int
Div ( this x, int y ) : int
Mul ( this x, int y ) : int
Sub ( this x, int y ) : int

Method Details

Add() public static méthode

public static Add ( this x, int y ) : int
x this
y int
Résultat int

Div() public static méthode

public static Div ( this x, int y ) : int
x this
y int
Résultat int

Mul() public static méthode

public static Mul ( this x, int y ) : int
x this
y int
Résultat int

Sub() public static méthode

public static Sub ( this x, int y ) : int
x this
y int
Résultat int