MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Contracts.​NumericNumber­ComparerIs­Strictly­Greater­Than
Open sandboxFocus

NumberComparer.IsStrictlyGreaterThan Method

IsStrictlyGreaterThan(Object, Int64)

Declaration
public static Nullable<bool> IsStrictlyGreaterThan(object o, long min)
Parameters
Type Name Description
System.Object o
System.Int64 min
Returns
Type Description
System.Nullable<System.Boolean>

IsStrictlyGreaterThan(Object, UInt64)

Declaration
public static Nullable<bool> IsStrictlyGreaterThan(object o, ulong min)
Parameters
Type Name Description
System.Object o
System.UInt64 min
Returns
Type Description
System.Nullable<System.Boolean>

IsStrictlyGreaterThan(Object, Double)

Declaration
public static Nullable<bool> IsStrictlyGreaterThan(object o, double min)
Parameters
Type Name Description
System.Object o
System.Double min
Returns
Type Description
System.Nullable<System.Boolean>

IsStrictlyGreaterThan(Object, Decimal)

Declaration
public static Nullable<bool> IsStrictlyGreaterThan(object o, Decimal min)
Parameters
Type Name Description
System.Object o
System.Decimal min
Returns
Type Description
System.Nullable<System.Boolean>