Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public static class IntensityData {
  2.  
  3. double[] intensity_data;
  4.  
  5. public IntensityData(double[] intensity_data) {
  6. }
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement