EventDataReader.ReadSingle(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static float ReadSingle (ref ReadOnlySpan<byte> data);
static member ReadSingle : ReadOnlySpan -> single
Public Shared Function ReadSingle (ByRef data As ReadOnlySpan(Of Byte)) As Single
Parameters
- data
- ReadOnlySpan<Byte>