// f06fd Example Program Text // C# version, NAG Copyright 2008 using System; using NagLibrary; using System.Globalization; namespace NagDotNetExamples { public class F06FDE { static void Main(String[] args) { StartExample(); } public static void StartExample() { try { int n = 3; double alpha = 2; double[] x = { 1, 2, 3}; double[] y = { 0, 0, 0}; int incx = 1; int incy = 1; int ifail ; F06.f06fd(n, alpha, x, incx, y, incy, out ifail); for (int i =0; i