When overidden in a derived class, writes a double-precision floating point number to the stream already attached to the formatter.
[Visual Basic] MustOverride Protected Sub WriteDouble( _ ByVal val As Double, _ ByVal name As String _ ) [C#] protected abstract void WriteDouble( double val, string name ); [C++] protected: virtual void WriteDouble( double val, String* name ) = 0; [JScript] protected abstract function WriteDouble( val : double, name : String );
Formatter Class | Formatter Members | System.Runtime.Serialization Namespace