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

@__ctorDecimal5() private static method

private static @__ctorDecimal5 ( global @__envp, global @__class, global @__obj, int lo, int mid, int hi, bool isNegative, byte scale ) : void
@__envp global
@__class global
@__obj global
lo int
mid int
hi int
isNegative bool
scale byte
return void
        private static void @__ctorDecimal5(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle @__obj, int lo, int mid, int hi, bool isNegative, byte scale)
        {
            // (IIIZB)V
            // (IIIZB)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            decimal @__real = new decimal(lo, mid, hi, isNegative, scale);
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }