Exemple #1
0
 static public void List(float[] args)
 {
     Logger.to("[LIST]", ConsoleColor.White, CollectionUtil.Join(args, ","));
 }
Exemple #2
0
 /**
  *
  * @returns
  * @version 1.0
  * @platform Native
  */
 override public string ToString()
 {
     return("[ByteArray] length:" + this.Length + ", bytesAvailable:" + this.BytesAvailable + "\n" + CollectionUtil.Join(this._bytes, " "));
 }