C# Class NthPrime, csharp

显示文件 Open project: exercism/csharp Class Usage Examples

Public Methods

Method Description
Prime ( int nth ) : int

Method Details

Prime() public static method

public static Prime ( int nth ) : int
nth int
return int