Method AsFloat
AsFloat()
Explicitly casts this StatValue into a float, doing the necessary conversion if necessary, but throwing an InvalidCastException if not possible.
Declaration
public float AsFloat()
Returns
| Type | Description |
|---|---|
| float | The float value. |