C# Class FannWrapperFixed.fannfixed

显示文件 Open project: joelself/FannCSharp

Public Properties

Property Type Description
FANNPRINTF string
FANNSCANF string

Public Methods

Method Description
fclose ( SWIGTYPE_p_FILE stream ) : int
fopen ( string filename, string mode ) : SWIGTYPE_p_FILE

Method Details

fclose() public static method

public static fclose ( SWIGTYPE_p_FILE stream ) : int
stream FANNCSharp.SWIGTYPE_p_FILE
return int

fopen() public static method

public static fopen ( string filename, string mode ) : SWIGTYPE_p_FILE
filename string
mode string
return FANNCSharp.SWIGTYPE_p_FILE

Property Details

FANNPRINTF public_oe static_oe property

public static string FANNPRINTF
return string

FANNSCANF public_oe static_oe property

public static string FANNSCANF
return string