public MatrixValue Function() { SetValue set = @this as SetValue; if (ReferenceEquals(set, null)) { throw new YAMPSetsFunctionNotMemberException("SetToMatrix"); } return(SetValue.TToMatrix(set)); }
public MatrixValue Function(SetValue set1) { return(SetValue.TToMatrix(set1)); }