Пример #1
0
 /// <inheritdoc cref="Mathfs.SignWithZeroAsInt(float,float)"/>
 [MethodImpl(INLINE)] public static int SignWithZeroAsInt(this float value, float zeroThreshold = 0.000001f) => Mathfs.SignWithZeroAsInt(value, zeroThreshold);