Search
BinarySerializationContext.ReadFloat Method
See Also
 





Reads a float value with the specified name.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public float ReadFloat (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadFloat( _
    reader As BinaryReader _
) As Single

 Parameters

reader
A .NET BinaryReader to read the value from.

 Return Value

A float value.

 See Also