ConverterExtensionsReadFloatArray Method

Reads a float array from the reader.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal static float[] ReadFloatArray(
	ref Utf8JsonReader reader
)

Parameters

reader  Utf8JsonReader
The reader to read from.

Return Value

Single
Read float array

Exceptions

JsonExceptionThrown if the reader is not at the start of a list.

See Also