FreeSWITCH.Native.freeswitch.switch_char_to_float C# (CSharp) Method

switch_char_to_float() public static method

public static switch_char_to_float ( string c, SWIGTYPE_p_float f, int len ) : int
c string
f SWIGTYPE_p_float
len int
return int
        public static int switch_char_to_float(string c, SWIGTYPE_p_float f, int len)
        {
            int ret = freeswitchPINVOKE.switch_char_to_float(c, SWIGTYPE_p_float.getCPtr(f), len);
            return ret;
        }
freeswitch