Exemplo n.º 1
0
        /// <inheritdoc/>
        public float GetValue(float x)
        {
            const float B = 0F;
            const float C = 0F;

            return(ImageMaths.GetBcValue(x, B, C));
        }
        /// <inheritdoc/>
        public float GetValue(float x)
        {
            const float B = 0.2620145123990142F;
            const float C = 0.3689927438004929F;

            return(ImageMaths.GetBcValue(x, B, C));
        }
Exemplo n.º 3
0
        /// <inheritdoc/>
        public float GetValue(float x)
        {
            const float B = 0.37821575509399867F;
            const float C = 0.31089212245300067F;

            return(ImageMaths.GetBcValue(x, B, C));
        }