DisplayLedWrite(Double) Method
Writes a double value to the 7 segment display.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
public void Write(
double value
)
Public Sub Write (
value As Double
)
member Write :
value : float -> unit
Parameters
- value Double
- The value to display. Will be show as 'E' if its length does not fit the display.