Class IntUtils
Inheritance
System.Object
IntUtils
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class IntUtils : Object
Methods
Unzip(Int32)
Declaration
public static (short, short) Unzip(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.ValueTuple<System.Int16, System.Int16> |
Zip(Int16, Int16)
Declaration
public static int Zip(short a, short b)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | a | |
System.Int16 | b |
Returns
Type | Description |
---|---|
System.Int32 |