Variable double_
Doubles the current strength value.
float delegate(float, float) double_
= delegate (float x, float last = 0.0F) pure nothrow @nogc @safe => x + x;
Doubles the current strength value.
float delegate(float, float) double_
= delegate (float x, float last = 0.0F) pure nothrow @nogc @safe => x + x;