NullableVector4.

TryParse(string, int, NullableVector4) Method

Summary

Attempts to parse a series of floats from the given string and returns the index of the last successfully parsed value.

Syntax

public static int TryParse(string value, int componentCount, out NullableVector4 results)

Parameters

Name Type Description
value string
componentCount int
results NullableVector4

Return Value

Type Description
int