Float64Helper Class
Namespace: PTS
Assembly: PTSframework.dll
Provides a set of static methods for double type.
Syntax
public static class Float64Helper
Inheritance
System.Object
Float64Helper
Methods
NextInterval(Double, Int32)
Returns the starting value of the next interval of given interval size.
Declaration
public static double NextInterval(this double value, int intervalSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value | Value to determine the next interval for. |
| System.Int32 | intervalSize | Value range representing the distance between start and end of an interval. |
Returns
| Type | Description |
|---|---|
| System.Double | Value at which the next inteval of given size starts. |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()