public __Uint16Array(params ushort[] array) { InternalFloatArray = array; InternalBuffer = ShortBuffer.wrap( (short[])(object)array ); }