Scalien.scaliendb_client.SDBP_ResultSignedNumber C# (CSharp) Method

SDBP_ResultSignedNumber() public static method

public static SDBP_ResultSignedNumber ( SWIGTYPE_p_void result ) : long
result SWIGTYPE_p_void
return long
        public static unsafe long SDBP_ResultSignedNumber(SWIGTYPE_p_void result)
        {
            long ret = scaliendb_clientPINVOKE.SDBP_ResultSignedNumber(SWIGTYPE_p_void.getCPtr(result));
            return ret;
        }
scaliendb_client