Exemple #1
0
 public static Boolean IsPositive(SByte value)
 {
     return(value.IsGreaterThan(0));
 }