The FloatColumnData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FloatColumnData |
Construct a FloatColumnData
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Make a duplicate of this FloatColumnData (including its value)
(Overrides ColumnData..::..Clone()()()().) |
![]() | Compare |
Compare this float to some other ColumnData
(Overrides SystemTypeColumnDataCompare(ColumnData).) |
![]() | CopyTo |
Copy this to some other ColumnData (using Set)
(Overrides ColumnData..::..CopyTo(ColumnData).) |
![]() | Deserialize |
Deserialize a float from a BinaryReader
(Overrides ColumnData..::..Deserialize(BinaryReader).) |
![]() | GetHashCode |
Get hash code
(Overrides ObjectGetHashCode()()()().) |
![]() | Reset | (Overrides ColumnDataReset()()()().) |
![]() | Serialize(BinaryWriter) |
Serialize a float to a BinaryWriter
(Overrides ColumnData..::..Serialize(BinaryWriter).) |
![]() | Serialize(StreamWriter) |
Serialize a float to a StreamWriter
(Overrides ColumnData..::..Serialize(StreamWriter).) |
![]() | Set(Decimal) |
Cast a decimal to this float
(Overrides ColumnData..::..Set(Decimal).) |
![]() | Set(Double) |
Cast a double to this float
(Overrides ColumnData..::..Set(Double).) |
![]() | Set(Int64) |
Cast to this float
(Overrides ColumnData..::..Set(Int64).) |
![]() | Set(Single) |
Cast a float to this long
(Overrides ColumnData..::..Set(Single).) |
![]() | Set(String) |
Cast a string to this float
(Overrides ColumnData..::..Set(String).) |
![]() | Set(UInt64) |
Cast to this long
(Overrides ColumnData..::..Set(UInt64).) |
![]() | UnsafeCopyTo |
Cast this to some other ColumnData (using UnsafeSet)
(Overrides ColumnData..::..UnsafeCopyTo(ColumnData).) |
Properties
Name | Description | |
---|---|---|
![]() | CLRType |
Scope's ColumnDataType representing a float
(Overrides ColumnDataCLRType()()()().) |
![]() ![]() | Default | |
![]() | Type |
Return the scope ColumnDataType
(Overrides ColumnData..::..Type.) |