The DoubleQColumnData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DoubleQColumnData |
Construct a DoubleQColumnData
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Make a duplicate of this DoubleQColumnData (including its value)
(Overrides ColumnData..::..Clone()()()().) |
![]() | Compare |
Compare this double? to some other ColumnData
(Overrides NullableSystemTypeColumnDataCompare(ColumnData).) |
![]() | CopyTo |
Copy this to some other ColumnData (using Set)
(Overrides ColumnData..::..CopyTo(ColumnData).) |
![]() | Deserialize |
Deserialize a double? from a BinaryReader
(Overrides ColumnData..::..Deserialize(BinaryReader).) |
![]() | GetHashCode |
Get hash code
(Overrides ObjectGetHashCode()()()().) |
![]() | Serialize(BinaryWriter) |
Serialize a double? to a BinaryWriter
(Overrides ColumnData..::..Serialize(BinaryWriter).) |
![]() | Serialize(StreamWriter) |
Serialize a double? to a StreamWriter
(Overrides ColumnData..::..Serialize(StreamWriter).) |
![]() | Set(Decimal) |
Cast a decimal to this double?
(Overrides ColumnData..::..Set(Decimal).) |
![]() | Set(Double) |
Cast a double to this double?
(Overrides ColumnData..::..Set(Double).) |
![]() | Set(Int64) |
Cast to this double?
(Overrides ColumnData..::..Set(Int64).) |
![]() | Set(Nullable<(Of <<'(Decimal>)>>)) |
Cast a decimal? to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Decimal>)>>)).) |
![]() | Set(Nullable<(Of <<'(Double>)>>)) |
Cast a double? to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Double>)>>)).) |
![]() | Set(Nullable<(Of <<'(Int64>)>>)) |
Cast to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Int64>)>>)).) |
![]() | Set(Nullable<(Of <<'(UInt64>)>>)) |
Cast to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(UInt64>)>>)).) |
![]() | Set(String) |
Cast a string to this double?
(Overrides ColumnData..::..Set(String).) |
![]() | Set(UInt64) |
Cast to this double?
(Overrides ColumnData..::..Set(UInt64).) |
![]() | UnsafeCopyTo |
Cast this to some other ColumnData (using UnsafeSet)
(Overrides ColumnData..::..UnsafeCopyTo(ColumnData).) |
![]() | UnsafeSet |
Cast a string to this double?
(Overrides ColumnData..::..UnsafeSet(String).) |
Properties
Name | Description | |
---|---|---|
![]() | CLRType |
Scope ColumnDataType that represents a nullable double
(Overrides ColumnDataCLRType()()()().) |
![]() | Type |
Return the scope ColumnDataType
(Overrides ColumnData..::..Type.) |