Example #1
0
 public static ByteVector RenderQWord(long value)
 {
     return(ByteVector.FromLong(value, false));
 }