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

switch_float_to_char() public static method

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