示例#1
0
 public static Int128 Square(Int128 a)
 {
     return(Int128.Square(a));
 }