static double n_Get(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Containers.Mkv.Boxes.EbmlFloat __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mkv.Boxes.EbmlFloat> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Get());
 }
 static void n_Set_D(IntPtr jnienv, IntPtr native__this, double p0)
 {
     global::Org.Jcodec.Containers.Mkv.Boxes.EbmlFloat __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mkv.Boxes.EbmlFloat> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Set(p0);
 }