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

Round43() private static method

private static Round43 ( global @__envp, global @__class, global d, int decimals, global mode ) : global::net.sf.jni4net.utils.JniHandle
@__envp global
@__class global
d global
decimals int
mode global
return global::net.sf.jni4net.utils.JniHandle
        private static global::net.sf.jni4net.utils.JniHandle Round43(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle d, int decimals, global::net.sf.jni4net.utils.JniLocalHandle mode)
        {
            // (Lsystem/Decimal;ILsystem/Enum;)Lsystem/Decimal;
            // (LSystem/Decimal;ILSystem/MidpointRounding;)LSystem/Decimal;
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            global::net.sf.jni4net.utils.JniHandle @__return = default(global::net.sf.jni4net.utils.JniHandle);
            try {
            @__return = global::net.sf.jni4net.utils.Convertor.StrongC2Jp<decimal>(@__env, decimal.Round(global::net.sf.jni4net.utils.Convertor.StrongJp2C<decimal>(@__env, d), decimals, global::net.sf.jni4net.utils.Convertor.StrongJp2C<global::System.MidpointRounding>(@__env, mode)));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }