TryGetFloat

TryGetFloat(out float)

public bool TryGetFloat(out float value) ;

Description

Get the value of the Float type.

Parameters

Parameter Name Description
value The value you get.

Returns

Return true if the value can be obtained.