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