C# 클래스 Gammtek.Conduit.Extensions.Int32Extensions

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
Align ( this value, int align ) : int
BigEndian ( this value ) : int
Invert ( this value ) : int
Join ( this i, int i2 ) : long
LittleEndian ( this value ) : int
RotateLeft ( this value, int count ) : int
RotateRight ( this value, int count ) : int
Swap ( this value ) : int
ToBoolean ( this value ) : bool
ToByte ( this value ) : byte
ToChar ( this value ) : char
ToDateTime ( this value ) : System.DateTime
ToDecimal ( this value ) : decimal
ToDouble ( this value ) : double
ToInt16 ( this value ) : short
ToInt64 ( this value ) : long
ToSByte ( this value ) : sbyte
ToSingle ( this value ) : float
ToUInt16 ( this value ) : ushort
ToUInt32 ( this value ) : uint
ToUInt64 ( this value ) : ulong

메소드 상세

Align() 공개 정적인 메소드

public static Align ( this value, int align ) : int
value this
align int
리턴 int

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : int
value this
리턴 int

Invert() 공개 정적인 메소드

public static Invert ( this value ) : int
value this
리턴 int

Join() 공개 정적인 메소드

public static Join ( this i, int i2 ) : long
i this
i2 int
리턴 long

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : int
value this
리턴 int

RotateLeft() 공개 정적인 메소드

public static RotateLeft ( this value, int count ) : int
value this
count int
리턴 int

RotateRight() 공개 정적인 메소드

public static RotateRight ( this value, int count ) : int
value this
count int
리턴 int

Swap() 공개 정적인 메소드

public static Swap ( this value ) : int
value this
리턴 int

ToBoolean() 공개 정적인 메소드

public static ToBoolean ( this value ) : bool
value this
리턴 bool

ToByte() 공개 정적인 메소드

public static ToByte ( this value ) : byte
value this
리턴 byte

ToChar() 공개 정적인 메소드

public static ToChar ( this value ) : char
value this
리턴 char

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this value ) : System.DateTime
value this
리턴 System.DateTime

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( this value ) : decimal
value this
리턴 decimal

ToDouble() 공개 정적인 메소드

public static ToDouble ( this value ) : double
value this
리턴 double

ToInt16() 공개 정적인 메소드

public static ToInt16 ( this value ) : short
value this
리턴 short

ToInt64() 공개 정적인 메소드

public static ToInt64 ( this value ) : long
value this
리턴 long

ToSByte() 공개 정적인 메소드

public static ToSByte ( this value ) : sbyte
value this
리턴 sbyte

ToSingle() 공개 정적인 메소드

public static ToSingle ( this value ) : float
value this
리턴 float

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( this value ) : ushort
value this
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( this value ) : uint
value this
리턴 uint

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( this value ) : ulong
value this
리턴 ulong