public class ExamplePlugin1 { // A field and a method to be accessed from // an expression/script runs on Vnano Engine. public double x = 3.4; public double f(double arg) { return arg * 5.6; } }