C# Class FluentArithmetic.FluentExtensions

Show file Open project: ufcpp/UfcppSample

Public Methods

Method 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 method

public static Add ( this x, int y ) : int
x this
y int
return int

Div() public static method

public static Div ( this x, int y ) : int
x this
y int
return int

Mul() public static method

public static Mul ( this x, int y ) : int
x this
y int
return int

Sub() public static method

public static Sub ( this x, int y ) : int
x this
y int
return int