Show / Hide Table of Contents

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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX