// this is the constructor if you want it to be a variable
public AbstractBit64Type( final long value, final int nBits )
{
this( ( NativeImg< T, ? extends LongAccess > )null, nBits );
updateIndex( 0 );
dataAccess = new LongArray( 1 );
setBits( value );
}