[]
Writes a float value.
public void WriteFloat(float value, int decimalPlaces = -1)
| Type | Name | Description |
|---|---|---|
| float | value | |
| int | decimalPlaces |
Writes a nullable float value.
public void WriteFloat(float? value, int decimalPlaces = -1)
| Type | Name | Description |
|---|---|---|
| float? | value | |
| int | decimalPlaces |