Heureka API .NET Documentation
GetCoefficients Method (NystromCoefficients)



Get the Nystrom Coefficients for a specific nfiLandUse and species group code
Syntax
'Declaration
 
Public Shared Function GetCoefficients( _
   ByVal nfiLandUse As NFILandUse, _
   ByVal species As SpeciesGroupCode _
) As NystromCoefficients
'Usage
 
Dim nfiLandUse As NFILandUse
Dim species As SpeciesGroupCode
Dim value As NystromCoefficients
 
value = NystromCoefficients.GetCoefficients(nfiLandUse, species)

Parameters

nfiLandUse
species
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NystromCoefficients Class
NystromCoefficients Members

Send Feedback