ExtensionsIsLessThanOrEqual Method |
Compares if a double is less than or equal to another double
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public static bool IsLessThanOrEqual(
this double value,
double other
)
Parameters
- value Double
-
- other Double
-
Return Value
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also