Example #1
0
 public static ResizableArray <Byte> WriteSingleLEToBytesNoRef(this ResizableArray <Byte> array, Int32 idx, Single value)
 {
     return(array.WriteSingleLEToBytes(ref idx, value));
 }