示例#1
0
 public static bool IsNullOrEqualZero(this MathematicaScalar scalar)
 {
     return(ReferenceEquals(scalar, null) || scalar.IsEqualZero());
 }