Interface INumericValueResult
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface INumericValueResult
Properties
Value
Declaration
decimal? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Methods
AlmostEqualValue(decimal?, int)
Declaration
bool AlmostEqualValue(decimal? compare, int precision)
Parameters
| Type | Name | Description |
|---|---|---|
| decimal? | compare | |
| int | precision |
Returns
| Type | Description |
|---|---|
| bool |