GrapeCity.Xaml.CalcEngine
AcceptsMissingArgument Method (CalcZTestFunction)


Index of the argument
Indicates whether the Evaluate method can process missing arguments.
Syntax
'Declaration
 
Public Overrides Function AcceptsMissingArgument( _
   ByVal i As Integer _
) As Boolean
'Usage
 
Dim instance As CalcZTestFunction
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsMissingArgument(i)
public override bool AcceptsMissingArgument( 
   int i
)

Parameters

i
Index of the argument

Return Value

true if the Evaluate method can process missing arguments; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcZTestFunction Class
CalcZTestFunction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options