Example #1
0
 public static Int128 ToSignedUnchecked(this UInt128 value)
 {
     return(value.AsSigned());
 }