Overload List

  NameDescription
Public methodSet(Decimal)
Cast a decimal to this double?
(Overrides ColumnData..::..Set(Decimal).)
Public methodSet(Double)
Cast a double to this double?
(Overrides ColumnData..::..Set(Double).)
Public methodSet(Int64)
Cast to this double?
(Overrides ColumnData..::..Set(Int64).)
Public methodSet(Nullable<(Of <<'(Decimal>)>>))
Cast a decimal? to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Decimal>)>>)).)
Public methodSet(Nullable<(Of <<'(Double>)>>))
Cast a double? to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Double>)>>)).)
Public methodSet(Nullable<(Of <<'(Int64>)>>))
Cast to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(Int64>)>>)).)
Public methodSet(Nullable<(Of <<'(UInt64>)>>))
Cast to this double?
(Overrides ColumnData..::..Set(Nullable<(Of <<'(UInt64>)>>)).)
Public methodSet(String)
Cast a string to this double?
(Overrides ColumnData..::..Set(String).)
Public methodSet(UInt64)
Cast to this double?
(Overrides ColumnData..::..Set(UInt64).)

See Also