YAMP.ErfcFunction.GetValue C# (CSharp) Method

GetValue() protected method

protected GetValue ( ScalarValue value ) : ScalarValue
value ScalarValue
return ScalarValue
        protected override ScalarValue GetValue(ScalarValue value)
        {
            return ErrorFunction.Erfc(value);
        }
ErfcFunction