INumericTSelfIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool IsGreaterThan(
TSelf value
)
Function IsGreaterThan (
value As TSelf
) As Boolean
bool IsGreaterThan(
TSelf value
)
abstract IsGreaterThan :
value : 'TSelf -> bool
- value TSelf
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.