Example #1
0
 static void n_SetPreviousValue_D(IntPtr jnienv, IntPtr native__this, double p0)
 {
     global::Org.Neuroph.Nnet.Flat.FlatWeight __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Nnet.Flat.FlatWeight> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.PreviousValue = p0;
 }
Example #2
0
 static double n_GetPreviousValue(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Neuroph.Nnet.Flat.FlatWeight __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Nnet.Flat.FlatWeight> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.PreviousValue);
 }