Exemplo n.º 1
0
 public static uint select(uint src, Part24x4 part)
 => Bits.gather(src, (uint)part);
Exemplo n.º 2
0
 public static uint ToScalar(this Part24x4 src)
 => (uint)src;