C# Class NullableTypes.ExtensionMethods

Datei anzeigen Open project: ctsxamarintraining/October15

Public Methods

Method Description
IsEven ( this value ) : bool
IsPrime ( this value ) : bool

Method Details

IsEven() public static method

public static IsEven ( this value ) : bool
value this
return bool

IsPrime() public static method

public static IsPrime ( this value ) : bool
value this
return bool