Power Apps only supports the Value function and it returns a Float value. Support for the Decimal and Float functions will be added soon. Use the Decimal, Float, and Value functions to convert a string of text that contains number characters to a numeric value. Use these function when you ...
}constLuaTable gndTable = expTable.SubTable("groundflash");constintttl = gndTable.GetInt("ttl",0);if(ttl >0) { cegData.groundFlash.circleAlpha = gndTable.GetFloat("circleAlpha",0.0f); cegData.groundFlash.flashSize = gndTable.GetFloat("flashSize",0.0f); cegData.groundFlash.flashAlpha...