Using Scope

SSharp S# API

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

using (Math)

{

 //Build-in Objects

 //using the Pow function from Math class

 a = Pow(2, 3);

}

 

Test.AreEqual(8d, a);