Пример #1
0
        /*******************************************/

        public static bool CastToGoo(object value, ref GH_ComplexNumber target)
        {
            return(GH_Convert.ToGHComplexNumber(value, GH_Conversion.Both, ref target));
        }