Xceed DataGrid for Silverlight Documentation
StatResult Constructor


An object representing the value of the statistical function.
Initializes a new instance of the StatResult class, specifying its value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Object _
)
'Usage
 
Dim value As Object
 
Dim instance As New StatResult(value)
public StatResult( 
   object value
)

Parameters

value
An object representing the value of the statistical function.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatResult Class
StatResult Members

Send Feedback