public static Func <double, T>?FromFloat <T>() =>
 (Func <double, T>?)Float.From(typeof(T));