Exemplo n.º 1
0
            public MatrixValue Function()
            {
                SetValue set = @this as SetValue;

                if (ReferenceEquals(set, null))
                {
                    throw new YAMPSetsFunctionNotMemberException("SetToMatrix");
                }

                return(SetValue.TToMatrix(set));
            }
Exemplo n.º 2
0
 public MatrixValue Function(SetValue set1)
 {
     return(SetValue.TToMatrix(set1));
 }