CodeGenerator.GenerateSingleFloatValue(Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為單精確度浮點數產生程式碼。
protected:
virtual void GenerateSingleFloatValue(float s);
protected virtual void GenerateSingleFloatValue (float s);
abstract member GenerateSingleFloatValue : single -> unit
override this.GenerateSingleFloatValue : single -> unit
Protected Overridable Sub GenerateSingleFloatValue (s As Single)
參數
- s
- Single
要為其產生程式碼的值。