Exemple #1
0
 /// <inheritdoc cref="Mathfs.Sign(Vector4)"/>
 [MethodImpl(INLINE)] public static Vector4 Sign(this Vector4 value) => Mathfs.Sign(value);
Exemple #2
0
 /// <inheritdoc cref="Mathfs.Sign(int)"/>
 [MethodImpl(INLINE)] public static int Sign(this int value) => Mathfs.Sign(value);
Exemple #3
0
 /// <inheritdoc cref="Mathfs.Sign(float)"/>
 [MethodImpl(INLINE)] public static float Sign(this float value) => Mathfs.Sign(value);