Click or drag to resize
IMathIsGreater Method (NullableSingle, NullableSingle, Int32)
Checks if a is greater than b (returns false if at least one of the parameters is NULL)

Namespace: Jeneva.Validation
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
bool IsGreater(
	Nullable<float> a,
	Nullable<float> b,
	int decimals
)

Parameters

a
Type: SystemNullableSingle
a
b
Type: SystemNullableSingle
b
decimals
Type: SystemInt32
number of decimals to round

Return Value

Type: Boolean
true if yes
See Also