public void Execute() { var t_Value = m_First.Load <int>() - m_Second.Load <int>(); m_Destination.Store(t_Value); }
public void Execute() { if (m_CompareLocation.Load <byte>() == 0) { m_Destination.Store(m_Value); } }
public void Execute() { m_To.Store(m_From.Load <T>()); }
public void Execute() { m_Destination.Store(m_Value); }