Class BSONDoubleElement
Represents a BSON element with an int32 value
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Azos.Serialization.BSON
Assembly: Azos.dll
Syntax
public sealed class BSONDoubleElement : BSONElement<double>, INamed, IConvertible, IJSONWritableConstructors
BSONDoubleElement(Double)
Creates an array element
Declaration
public BSONDoubleElement(double value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double | value | 
BSONDoubleElement(String, Double)
Declaration
public BSONDoubleElement(string name, double value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| System.Double | value | 
Properties
ElementType
Declaration
public override BSONElementType ElementType { get; }Property Value
| Type | Description | 
|---|---|
| BSONElementType | 
Overrides
Methods
GetValueByteSize()
Declaration
protected override int GetValueByteSize()Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
ReadValueFromStream(Stream)
Declaration
protected override void ReadValueFromStream(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
WriteValueToStream(Stream)
Declaration
protected override void WriteValueToStream(Stream stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.Stream | stream | 
Overrides
Implements
      System.IConvertible