Class FloatCell
Inheritance
FloatCell
Inherited Members
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class FloatCell : NumericCell<float>, IEquatable<SheetCell>, IValueCell<float>, IValueCell
Constructors
| Edit this page View SourceFloatCell(string, float)
Declaration
public FloatCell(string columnId, float value = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | columnId | |
| float | value |