Serial.parseFloat()

描述

Serial.parseFloat() 可以找到緩衝區內第一個可用的浮點數,然後回傳其值。非數字的字元 (或負號) 會被忽略。parseFloat() 會找到第一個非符點數的字元為止。

Serial.parseFloat() 是繼承於 Stream 類別。

語法


Serial.parseFloat()

參數

回傳

浮點數 (float 型別)

See also

Stream
Stream.parseFloat()


語法參考主頁面

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.