Search
BinarySerializationContext.WriteFloat Method
See Also
 





Writes a float value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void WriteFloat (
    float floatValue,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteFloat( _
    floatValue As Single, _
    writer As BinaryWriter _
)

 Parameters

floatValue
The float value to write.
writer
A .NET BinaryWriter to write the value to.

 See Also