Class NumericCell<T>
Inheritance
NumericCell<T>
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public abstract class NumericCell<T> : SheetCell<T>, IEquatable<SheetCell>, IValueCell<T>, IValueCell where T : struct, IComparable<T>
Type Parameters
Constructors
|
Edit this page
View Source
NumericCell(string, T)
Declaration
public NumericCell(string columnId, T value = default)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| T |
value |
|
Methods
|
Edit this page
View Source
GetSearchText()
Declaration
public string GetSearchText()
Returns
|
Edit this page
View Source
IsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
Overrides
Implements
Extension Methods