Class IntegerExtensions
Inheritance
IntegerExtensions
Assembly: Algorand.dll
Syntax
public static class IntegerExtensions
Methods
|
Edit this page
View Source
BigPow(ulong, ulong)
Declaration
public static BigInteger BigPow(this ulong a, ulong b)
Parameters
Returns
|
Edit this page
View Source
BitLen(ulong)
Declaration
public static int BitLen(this ulong a)
Parameters
| Type |
Name |
Description |
| ulong |
a |
|
Returns
|
Edit this page
View Source
Pow(ulong, ulong)
Declaration
public static ulong Pow(this ulong a, ulong b)
Parameters
Returns
Exceptions
|
Edit this page
View Source
Sqrt(ulong)
Declaration
public static ulong Sqrt(this ulong a)
Parameters
| Type |
Name |
Description |
| ulong |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(byte)
Declaration
public static byte[] ToTealBytes(this byte a)
Parameters
| Type |
Name |
Description |
| byte |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(short)
Declaration
public static byte[] ToTealBytes(this short a)
Parameters
| Type |
Name |
Description |
| short |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(int)
Declaration
public static byte[] ToTealBytes(this int a)
Parameters
| Type |
Name |
Description |
| int |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(long)
Declaration
public static byte[] ToTealBytes(this long a)
Parameters
| Type |
Name |
Description |
| long |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(sbyte)
Declaration
public static byte[] ToTealBytes(this sbyte a)
Parameters
| Type |
Name |
Description |
| sbyte |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(ushort)
Declaration
public static byte[] ToTealBytes(this ushort a)
Parameters
| Type |
Name |
Description |
| ushort |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(uint)
Declaration
public static byte[] ToTealBytes(this uint a)
Parameters
| Type |
Name |
Description |
| uint |
a |
|
Returns
|
Edit this page
View Source
ToTealBytes(ulong)
Declaration
public static byte[] ToTealBytes(this ulong a)
Parameters
| Type |
Name |
Description |
| ulong |
a |
|
Returns