C# Class AsyncImageAndroid.TimeTake

Mostrar archivo Open project: xamarin/mobile-samples Class Usage Examples

Public Methods

Method Description
Fib ( long n ) : long
LongMethod1 ( ) : double
LongMethod2 ( ) : double
LongMethod3 ( ) : long
Main ( string args ) : void

Method Details

Fib() public static method

public static Fib ( long n ) : long
n long
return long

LongMethod1() public static method

public static LongMethod1 ( ) : double
return double

LongMethod2() public static method

public static LongMethod2 ( ) : double
return double

LongMethod3() public static method

public static LongMethod3 ( ) : long
return long

Main() public static method

public static Main ( string args ) : void
args string
return void