Show / Hide Table of Contents

Class IntUtils

Inheritance
object
IntUtils
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class IntUtils

Methods

Unzip(int)

Declaration
public static (short, short) Unzip(int i)
Parameters
Type Name Description
int i
Returns
Type Description
(short, short)

Zip(short, short)

Declaration
public static int Zip(short a, short b)
Parameters
Type Name Description
short a
short b
Returns
Type Description
int
In this article
Back to top Generated by DocFX