MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / FloatString

Method FloatString

Shadows/SettingsCompiler/SettingTypes.cs:137–140  ·  view source on GitHub ↗
(float num)

Source from the content-addressed store, hash-verified

135 }
136
137 public static string FloatString(float num)
138 {
139 return num.ToString("F4", CultureInfo.InvariantCulture) + "f";
140 }
141
142 public static string MakeParameter(float parameter)
143 {

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.80

Tested by

no test coverage detected