Generated by DocFX

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 Source

IsNegative(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

true if the specified self is negative; otherwise, false.