C# Class ProjectEuler.EulerSix

Mostra file Open project: pdxacm/Project-Euler

Public Methods

Method Description
Difference ( ) : ulong
SquareOfSum ( ulong max ) : void
SumOfSquares ( ulong max ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

Difference() public static method

public static Difference ( ) : ulong
return ulong

SquareOfSum() public static method

public static SquareOfSum ( ulong max ) : void
max ulong
return void

SumOfSquares() public static method

public static SumOfSquares ( ulong max ) : void
max ulong
return void