Represents method IsPrime(Integer).
IsPrime(Integer)
public function IsPrime(n: Integer): Boolean; overload; static;