7 references to Float
System.Workflow.Activities (7)
Rules\Literal.cs (7)
119
dictionary.Add(typeof(float), TypeFlags.
Float
);
120
dictionary.Add(typeof(float?), TypeFlags.
Float
);
121
dictionary.Add(typeof(double), TypeFlags.
Float
);
122
dictionary.Add(typeof(double?), TypeFlags.
Float
);
449
case TypeFlags.
Float
| TypeFlags.SignedNumbers:
450
case TypeFlags.
Float
| TypeFlags.UnsignedNumbers:
451
case TypeFlags.
Float
| TypeFlags.ULong: