C# Class CheckPrime

Show file Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Public Methods

Method Description
IsPrime ( BigInteger, candidate ) : bool

Private Methods

Method Description
Main ( ) : void

Method Details

IsPrime() public static method

public static IsPrime ( BigInteger, candidate ) : bool
candidate BigInteger,
return bool