Created
December 6, 2010 03:59
-
-
Save mikeobrien/729828 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Serializable, CompilationMapping(SourceConstructFlags.ObjectType)] | |
public interface IPhoton | |
{ | |
double EnergyByFrequency(Tuple<double, double>); | |
[CompilationArgumentCounts(new int[] { 1, 1 })] | |
double EnergyByWavelength(double, double); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment