MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / Convert

Method Convert

Testing/Unit/Java/sitkImageTests.java:27–30  ·  view source on GitHub ↗
( long value )

Source from the content-addressed store, hash-verified

25class BigIntegerFix
26 {
27 public static long Convert( long value )
28 {
29 return value;
30 }
31
32 public static long Convert( BigInteger value )
33 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected