C# 클래스 Poker.Common.Conversion.ArrayConverters

파일 보기 프로젝트 열기: BernhardGlueck/Poker

공개 메소드들

메소드 설명
FloatToShort ( float input, int count, short output ) : void
GetBytes ( short input, int count, byte output ) : void
GetShorts ( ArraySegment input, ArraySegment output ) : void
ShortToFloat ( short input, int count, float output ) : void

메소드 상세

FloatToShort() 공개 정적인 메소드

public static FloatToShort ( float input, int count, short output ) : void
input float
count int
output short
리턴 void

GetBytes() 공개 정적인 메소드

public static GetBytes ( short input, int count, byte output ) : void
input short
count int
output byte
리턴 void

GetShorts() 공개 정적인 메소드

public static GetShorts ( ArraySegment input, ArraySegment output ) : void
input ArraySegment
output ArraySegment
리턴 void

ShortToFloat() 공개 정적인 메소드

public static ShortToFloat ( short input, int count, float output ) : void
input short
count int
output float
리턴 void