コード例 #1
0
ファイル: DecimalScale.cs プロジェクト: kostyll/HudlFfmpeg
 public static bool IsNullOrZero(DecimalScale scale)
 {
     return (scale == null || scale.Value == 0);
 }
コード例 #2
0
 public static bool IsNullOrZero(DecimalScale scale)
 {
     return(scale == null || scale.Value == 0);
 }