System.@__Decimal.ToInt1647 C# (CSharp) Method

ToInt1647() private static method

private static ToInt1647 ( global @__envp, global @__class, global value ) : short
@__envp global
@__class global
value global
return short
        private static short ToInt1647(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle value)
        {
            // (Lsystem/Decimal;)S
            // (LSystem/Decimal;)S
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            short @__return = default(short);
            try {
            @__return = ((short)(decimal.ToInt16(global::net.sf.jni4net.utils.Convertor.StrongJp2C<decimal>(@__env, value))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }