Open sandboxFocus

Method IsStrictlySmallerThan

IsStrictlySmallerThan(object?, long)

Declaration
public static bool? IsStrictlySmallerThan(object? o, long max)
Parameters
Type Name Description
object o
long max
Returns
Type Description
bool?

IsStrictlySmallerThan(object?, ulong)

Declaration
public static bool? IsStrictlySmallerThan(object? o, ulong max)
Parameters
Type Name Description
object o
ulong max
Returns
Type Description
bool?

IsStrictlySmallerThan(object?, double)

Declaration
public static bool? IsStrictlySmallerThan(object? o, double max)
Parameters
Type Name Description
object o
double max
Returns
Type Description
bool?

IsStrictlySmallerThan(object?, decimal)

Declaration
public static bool? IsStrictlySmallerThan(object? o, decimal max)
Parameters
Type Name Description
object o
decimal max
Returns
Type Description
bool?