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

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

공개 메소드들

메소드 설명
Align ( this value, long align ) : long
BigEndian ( this value ) : long
Invert ( this value ) : long
LittleEndian ( this value ) : long
RotateLeft ( this value, int count ) : long
RotateRight ( this value, int count ) : long
Split ( this l, int &i1, int &i2 ) : void
Swap ( this value ) : long
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
ToInt32 ( this value ) : int
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, long align ) : long
value this
align long
리턴 long

BigEndian() 공개 정적인 메소드

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

Invert() 공개 정적인 메소드

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

LittleEndian() 공개 정적인 메소드

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

RotateLeft() 공개 정적인 메소드

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

RotateRight() 공개 정적인 메소드

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

Split() 공개 정적인 메소드

public static Split ( this l, int &i1, int &i2 ) : void
l this
i1 int
i2 int
리턴 void

Swap() 공개 정적인 메소드

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

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

ToInt32() 공개 정적인 메소드

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

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