[This is preliminary documentation and is subject to change.]
Represents a BSON element with an int32 value
System Object NFX.Serialization.BSON BSONElement NFX.Serialization.BSON BSONElement
Double NFX.Serialization.BSON BSONDoubleElementNamespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class BSONDoubleElement : BSONElement<double>
public sealed class BSONDoubleElement : BSONElement<double>
Public NotInheritable Class BSONDoubleElement
Inherits BSONElement(Of Double)
Public NotInheritable Class BSONDoubleElement
Inherits BSONElement(Of Double)
public ref class BSONDoubleElement sealed : public BSONElement<double>
public ref class BSONDoubleElement sealed : public BSONElement<double>
[<SealedAttribute>]
type BSONDoubleElement =
class
inherit BSONElement<float>
end
[<SealedAttribute>]
type BSONDoubleElement =
class
inherit BSONElement<float>
end