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