C# 클래스 Gibbed.Helpers.NumberHelpers

파일 보기 프로젝트 열기: yole/Gibbed.RED

공개 메소드들

메소드 설명
BigEndian ( this value ) : Double
BigEndian ( this value ) : Int16
BigEndian ( this value ) : Int32
BigEndian ( this value ) : System.Int64
BigEndian ( this value ) : System.Single
BigEndian ( this value ) : UInt16
BigEndian ( this value ) : UInt32
BigEndian ( this value ) : System.UInt64
LittleEndian ( this value ) : Double
LittleEndian ( this value ) : Int16
LittleEndian ( this value ) : Int32
LittleEndian ( this value ) : System.Int64
LittleEndian ( this value ) : System.Single
LittleEndian ( this value ) : UInt16
LittleEndian ( this value ) : UInt32
LittleEndian ( this value ) : System.UInt64
RotateLeft ( this value, int count ) : Int16
RotateLeft ( this value, int count ) : Int32
RotateLeft ( this value, int count ) : System.Int64
RotateLeft ( this value, int count ) : UInt16
RotateLeft ( this value, int count ) : UInt32
RotateLeft ( this value, int count ) : System.UInt64
RotateRight ( this value, int count ) : Int16
RotateRight ( this value, int count ) : Int32
RotateRight ( this value, int count ) : System.Int64
RotateRight ( this value, int count ) : UInt16
RotateRight ( this value, int count ) : UInt32
RotateRight ( this value, int count ) : System.UInt64

메소드 상세

BigEndian() 공개 정적인 메소드

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

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : Int16
value this
리턴 System.Int16

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : Int32
value this
리턴 System.Int32

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : System.Int64
value this
리턴 System.Int64

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : System.Single
value this
리턴 System.Single

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : UInt16
value this
리턴 System.UInt16

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : UInt32
value this
리턴 System.UInt32

BigEndian() 공개 정적인 메소드

public static BigEndian ( this value ) : System.UInt64
value this
리턴 System.UInt64

LittleEndian() 공개 정적인 메소드

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

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : Int16
value this
리턴 System.Int16

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : Int32
value this
리턴 System.Int32

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : System.Int64
value this
리턴 System.Int64

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : System.Single
value this
리턴 System.Single

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : UInt16
value this
리턴 System.UInt16

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : UInt32
value this
리턴 System.UInt32

LittleEndian() 공개 정적인 메소드

public static LittleEndian ( this value ) : System.UInt64
value this
리턴 System.UInt64

RotateLeft() 공개 정적인 메소드

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

RotateLeft() 공개 정적인 메소드

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

RotateLeft() 공개 정적인 메소드

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

RotateLeft() 공개 정적인 메소드

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

RotateLeft() 공개 정적인 메소드

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

RotateLeft() 공개 정적인 메소드

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

RotateRight() 공개 정적인 메소드

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

RotateRight() 공개 정적인 메소드

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

RotateRight() 공개 정적인 메소드

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

RotateRight() 공개 정적인 메소드

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

RotateRight() 공개 정적인 메소드

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

RotateRight() 공개 정적인 메소드

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