Method | Description | |
---|---|---|
DoSomething ( ) : void | ||
Sum ( |
||
Sum ( |
||
Sum ( System.UInt64 b1, System.UInt64 b2 ) : System.UInt64 | ||
Sum ( byte b1, byte b2 ) : byte | ||
Sum ( double b1, double b2 ) : double | ||
Sum ( float b1, float b2 ) : float | ||
Sum ( int b1, int b2 ) : int | ||
Sum ( long b1, long b2 ) : long | ||
Sum ( short b1, short b2 ) : short |
public Sum ( |
||
b1 | ||
b2 | ||
return |
public Sum ( |
||
b1 | ||
b2 | ||
return |
public Sum ( System.UInt64 b1, System.UInt64 b2 ) : System.UInt64 | ||
b1 | System.UInt64 | |
b2 | System.UInt64 | |
return | System.UInt64 |