Class DecimalExtensions
Class DecimalExtensions.
Inheritance
System.Object
DecimalExtensions
Namespace: ISynergy.Framework.Core.Extensions
Assembly: ISynergy.Framework.Core.dll
Syntax
public static class DecimalExtensions : object
Methods
View SourceIsNegative(Decimal)
Determines whether the specified self is negative.
Declaration
public static bool IsNegative(this decimal self)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | self | The self. |
Returns
Type | Description |
---|---|
System.Boolean |
|