ConverterExtensionsReadFloatArray Method

Reads a float array from the reader.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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