8 references to PeekDouble
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryFunctions.cs (8)
158xsltArgs[i] = context.PeekDouble(arg[iteration]); 926context.SetValue(context, arg.basePtr, Math.Ceiling(context.PeekDouble(arg.basePtr))); 954context.SetValue(context, arg.basePtr, Math.Floor(context.PeekDouble(arg.basePtr))); 965double val = context.PeekDouble(arg.basePtr); 966context.SetValue(context, arg.basePtr, QueryValueModel.Round(context.PeekDouble(arg.basePtr))); 1157int startAt = ((int)Math.Round(context.PeekDouble(arg2.basePtr))) - 1; 1181int startAt = ((int)Math.Round(context.PeekDouble(argStartAt.basePtr))) - 1; 1186int length = (int)Math.Round(context.PeekDouble(argLimit.basePtr));