Home
last modified time | relevance | path

Searched refs:FloatArithmeticLiteral (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DArithmeticLiteral.cs261 return new FloatArithmeticLiteral((float)literalValue); in MakeFloat()
2645 #region FloatArithmeticLiteral Class
2646 internal class FloatArithmeticLiteral : ArithmeticLiteral class
2649 internal FloatArithmeticLiteral(float literalValue) in FloatArithmeticLiteral() method in System.Workflow.Activities.Rules.FloatArithmeticLiteral