示例#1
0
 public static uint2x4 uint2x4(uint2 c0, uint2 c1, uint2 c2, uint2 c3)
 {
     return(new uint2x4(c0, c1, c2, c3));
 }