C# Class Wrox.Math

Exibir arquivo Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Public Methods

Method Description
GetPi ( ) : double
GetSquare ( ) : int
GetSquareOf ( int x ) : int

Method Details

GetPi() public static method

public static GetPi ( ) : double
return double

GetSquare() public method

public GetSquare ( ) : int
return int

GetSquareOf() public static method

public static GetSquareOf ( int x ) : int
x int
return int