Method | Description | |
---|---|---|
FloatToShort ( float input, int count, short output ) : void | ||
GetBytes ( short input, int count, byte output ) : void | ||
GetShorts ( ArraySegment |
||
ShortToFloat ( short input, int count, float output ) : void |
public static FloatToShort ( float input, int count, short output ) : void | ||
input | float | |
count | int | |
output | short | |
return | void |
public static GetBytes ( short input, int count, byte output ) : void | ||
input | short | |
count | int | |
output | byte | |
return | void |
public static GetShorts ( ArraySegment |
||
input | ArraySegment |
|
output | ArraySegment |
|
return | void |
public static ShortToFloat ( short input, int count, float output ) : void | ||
input | short | |
count | int | |
output | float | |
return | void |