Esempio n. 1
0
    public void WriteSingle(float value)
    {
        int valueInt = FloatToInt.ToInt(value);

        WriteInt32(valueInt);
    }