Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;
// I ported this from the mame project, this is their license

public class Main {
    static public int setRegAsFloat(int i) {
        return Float.floatToRawIntBits((float) i);
    }
}