Click or drag to resize

Extenstions Class

Some utility classes used in the dispatching and processing of requests through SolidFire.Core.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreExtenstions

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public static class Extenstions

The Extenstions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEnsureArgumentNotNull
Check that the a value on a Uri is not null.
Public methodStatic memberIsGreaterThan
Float comparison method evaluating two floats against each other for less than or equal with a constant decimal precision of 3.
Public methodStatic memberIsLessThanOrEqualTo
Float comparison method evaluating two floats against each other for less than or equal with a constant decimal precision of 3.
Top
See Also