Class NumericRangeCell<T>
Inheritance
NumericRangeCell<T>
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public abstract class NumericRangeCell<T> : NumericCell<T>, IEquatable<SheetCell>, IValueCell<T>, IValueCell where T : struct, IComparable<T>
Type Parameters
Constructors
|
Edit this page
View Source
NumericRangeCell(string, T, T?, T?)
Declaration
public NumericRangeCell(string columnId, T value = default, T? min = null, T? max = null)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| T |
value |
|
| T? |
min |
|
| T? |
max |
|
Properties
|
Edit this page
View Source
Max
Declaration
Property Value
|
Edit this page
View Source
Min
Declaration
Property Value
Implements
Extension Methods