> then cast back to byte i did not initially gather that from what you said here
then cast back to bytei did not initially gather that from what you said here
Sin(this Vector3<T>) where T : IFloatingPoint<T>static T Vector3.Sin<T>() where T : INumber<T>, IFloatingPoint<T>?Sin(this Vector3<T>) where T : IFloatingPoint<T>static T Vector3.Sin<T>() where T : INumber<T>, IFloatingPoint<T>static class Vector3 {
static Vector3<T> Sin<T>(Vector3<T> vec) where T : INumber<T>, IFloatingPoint<T> {}
}