ExpoIn Method NamespaceSatorImaging.UnityFundamentals ExpoIn(float) public static float ExpoIn(float x) => pow(2.0f, 10.0f * x - 10.0f) Parameters x float Returns float