Exemplo n.º 1
0
 ToInt16Array(Int16[] numArray, int start, int count, byte[] bytes, ref int index) {
   UShortUnion union = new UShortUnion(numArray);
   ToUInt16Array(union.UShortValue, start, count, bytes, ref index);
 }
Exemplo n.º 2
0
        ToInt16Array(Int16[] numArray, int start, int count, byte[] bytes, ref int index)
        {
            UShortUnion union = new UShortUnion(numArray);

            ToUInt16Array(union.UShortValue, start, count, bytes, ref index);
        }