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