Baku.LibqiDotNet.QiApi.QiApiValue.GetInt64WithDefault C# (CSharp) Method

GetInt64WithDefault() static private method

static private GetInt64WithDefault ( QiValue v, long defaultValue ) : long
v QiValue
defaultValue long
return long
        internal static long GetInt64WithDefault(QiValue v, long defaultValue)
            => qi_value_get_int64_default(v.Handle, defaultValue);