Ejemplo n.º 1
0
 /// <inheritdoc cref="Mathfs.Repeat(float,float)"/>
 [MethodImpl(INLINE)] public static float Repeat(this float value, float length) => Mathfs.Repeat(value, length);
Ejemplo n.º 2
0
 public static float Repeat(this float v, float length) => Mathfs.Repeat(v, length);